User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_csprojabstract

TGIS_CSProjAbstract class

DK11 for Python | tatukgis.pdk.TGIS_CSProjAbstract | Classes | Constructors | Methods | Properties

Class which encapsulates projection.

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

Syntax

# Python
class TGIS_CSProjAbstract( TGIS_CSAbstract ):

Inheritance

→ Object → TGIS_CSAbstract

Constructors

Inherited Overrides Protected
Name Visibility Description
__init__ public Creates an instance of the projection object and sets the default datum to WGS84.

Methods

Inherited Overrides Protected
Name Visibility Description
Assign public Copy content of the provided object into a current object
(Inherited from TGIS_CSAbstract)
CreateCopy public Create a copy of the object.
MarkDeprecated public Set object depreciation state.
(Inherited from TGIS_CSAbstract)
Project public This function projects geodetic (latitude and longitude) coordinates into projected (easting and northing) coordinates, according to the current ellipsoid and projection parameters.
Project3D public This function projects geodetic (latitude and longitude) coordinates into projected (easting and northing) coordinates, according to the current ellipsoid and projection parameters.
Project3D_Ref public This function projects geodetic (latitude and longitude) coordinates into projected (easting and northing in most cases) coordinates, according to the current ellipsoid and projection parameters.
Unproject public This function unprojects the projected (easting and northing) coordinates into unprojected geodetic (latitude and longitude) coordinates, according to the current ellipsoid and projection parameters.
Unproject3D public This function unprojects the projected (easting and northing) coordinates into unprojected geodetic (latitude and longitude) coordinates, according to the current ellipsoid and projection parameters.
Unproject3D_Ref public This function unprojects the projected (easting and northing in most cases) coordinates into unprojected geodetic (latitude and longitude) coordinates, according to the current ellipsoid and projection parameters.

Properties

Inherited Protected
Name Visibility Description
Azimuth public Azimuth angle.
CentralMeridian public Central Meridian.
Custom1 public Custom1. Valid and specific for selected projections.
Custom1Name public Custom1Name.
Custom2 public Custom2. Valid and specific for selected projections.
Custom2Name public Custom2Name.
Custom3 public Custom3. Valid and specific for selected projections.
Custom3Name public Custom3Name.
Custom4 public Custom4. Valid and specific for selected projections.
Custom4Name public Custom4Name.
Custom5 public Custom5. Valid and specific for selected projections.
Custom5Name public Custom5Name.
Custom6 public Custom6. Valid and specific for selected projections.
Custom6Name public Custom6Name.
Datum public Current Datum.
Deprecated public If true, then object is deprecated.
(Inherited from TGIS_CSAbstract)
Description public Additional projection description.
DescriptionEx public Descriptive name; for internal use of TGIS_CSAbstractListHelper.
(Inherited from TGIS_CSAbstract)
Ellipsoid public Current Ellipsoid.
EPSG public EPSG code.
(Inherited from TGIS_CSAbstract)
Error public Error number.
FalseEasting public False shift in meters.
FalseNorthing public False shift in meters.
FriendlyName public Friendly name constructed based on WKT (without underscores) and EPSG.
(Inherited from TGIS_CSAbstract)
IsEllipsoid public Does the projection work on ellipsoid.
IsGrid public Does the projection is grid based.
IsPureCylindrical public Is result of projection pure cylindicial (graticules are parallel).
IsRevertible public Is projection revertible (so data can be projected and unprojected).
IsSpheroid public Does the projection work on sphenoid.
IsStandard public Does the projection is standard (not IsGrid, not IsXYZ and IsRevertible.
IsXYZ public Does the projection is XYZ based.
LatitudeOfCenter public Center Latitude.
LatitudeOfOrigin public Origin latitude.
LatitudeOfPoint_1 public Latitude of the first point.
LatitudeOfPoint_2 public Latitude of the second point.
LongitudeOfCenter public Center Longitude.
LongitudeOfPoint_1 public Longitude of the first point.
LongitudeOfPoint_2 public Longitude of the second point.
MasterEPSG public EPSG code of the object for which current object is an alias.
(Inherited from TGIS_CSAbstract)
Parameters public All projection parameters.
ParametersSet public Set of supported parameters.
PseudoStandardParallel_1 public First Pseudo Standard parallel.
ScaleFactor public Scale factor.
StandardParallel_1 public First Standard parallel.
StandardParallel_2 public Second Standard parallel.
ValidityExtentWGS public Validity extent of the projection (in radians).
ValidityOriginWGS public Origin of the validity extent of the projection (in radians).
WKT public WKT name.
(Inherited from TGIS_CSAbstract)
XScale public X Scale. Valid for selected projections.
XYPlaneRotation public XY Scale. Valid for selected projections.
YScale public Y Scale. Valid for selected projections.
Zone public Zone. Valid for selected projections.

2023/08/09 01:52

Page Tools