User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.tgis_csfactory

Table of Contents

TGIS_CSFactory class

DK11 for ActiveX | TatukGIS_XDK11.TGIS_CSFactory | Classes | Methods

Class to create Coordinate System Object from WKT or EPSG codes.

Available also on: Delphi | .NET | Java | Python.

Syntax

// C#
public class TGIS_CSFactory : ITGIS_CSFactory 
{
}
' VisualBasic
Public Class TGIS_CSFactory
  Implements ITGIS_CSFactory
End Class
// Oxygene
type
  TGIS_CSFactory = public class
  end;

Implements

Methods

Inherited Overrides Protected
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)

References

2022/11/16 01:05

Page Tools