DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSFactory | Interfaces | Methods
Class to create Coordinate System Object from WKT or EPSG codes.
// C# public interface ITGIS_CSFactory: ITBaseObject { }
' VisualBasic Public Interface ITGIS_CSFactory Implements ITBaseObject End Class
// Oxygene type ITGIS_CSFactory = public interface( ITBaseObject ) end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Authority | public | Find definition matching provided authority string. | |
ByEPSG | public | Find definition matching provided EPSG number. | |
ByWKT | public | Create (or find existing) definition from provided WKT string. | |
ByWKTFile | public | Create (or find existing) definition from provided file with WKT (like .prj file). | |
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|