DK11 for Delphi | GisCsSystems.TGIS_CSProjectedCoordinateSystem | Classes | Constructors | Fields | Methods | Properties
A Projected Coordinate system.
// Delphi type TGIS_CSProjectedCoordinateSystem = class( TGIS_CSCoordinateSystem ) end;
// C++ Builder class PASCALIMPLEMENTATION TGIS_CSProjectedCoordinateSystem : public TGIS_CSCoordinateSystem { };
→ TObject → TGIS_Object → TGIS_CSAbstract → TGIS_CSCoordinateSystem
Name | Visibility | Description | |
---|---|---|---|
Create(Integer; String; Integer; Integer; Integer; TGIS_CSProjParameters) | public | Create an instance. | |
Create(Integer; String; Integer; Integer; Integer; TGIS_CSProjParameters; Boolean; Integer) | public | Create an instance. | |
Name | Visibility | Description | |
---|---|---|---|
FError | protected | Error code of the last method. (Inherited from TGIS_CSCoordinateSystem) |
|
FReversedCoordinates | protected | Coordinates are in reversed order. (Inherited from TGIS_CSCoordinateSystem) |
|
Name | Visibility | Description | |
---|---|---|---|
Assign | public | Copy content of the provided object into a current object (Overrides TGIS_CSCoordinateSystem.Assign) |
|
BoundingPolygon | public | (Inherited from TGIS_CSCoordinateSystem) |
|
CanConvert | public | Test if provided coordinate should and can be transformed to/from the current one. (Inherited from TGIS_CSCoordinateSystem) |
|
CanConvertEx | public | Test if provided coordinate can be transformed to/from the current one. (Inherited from TGIS_CSCoordinateSystem) |
|
Distance | public | Calculates ellipsoidal distance (expressed in meters) based on current Coordinate System. (Inherited from TGIS_CSCoordinateSystem) |
|
DistanceFromCS | public | Calculates ellipsoidal distance (expressed in meters) based on current coordinate system. (Inherited from TGIS_CSCoordinateSystem) |
|
ExtentFromCS | public | Convert provided extent from the provided coordinate system into the current coordinate system. (Inherited from TGIS_CSCoordinateSystem) |
|
ExtentFromWGS | public | Convert provided extent from the WGS84 expressed in radians into the current coordinate system. (Overrides TGIS_CSCoordinateSystem.ExtentFromWGS) |
|
ExtentToCS | public | Convert provided extent to the current coordinate system into the provided coordinate system (Inherited from TGIS_CSCoordinateSystem) |
|
ExtentToWGS | public | Convert provided extent from the current coordinate system into WGS84 expressed in radians. (Overrides TGIS_CSCoordinateSystem.ExtentToWGS) |
|
FromCS | public | Convert provided coordinate from the provided coordinate system into the current coordinate system. (Inherited from TGIS_CSCoordinateSystem) |
|
FromCS3D | public | Convert provided 3D coordinate from the provided coordinate system into the current coordinate system. (Inherited from TGIS_CSCoordinateSystem) |
|
FromGeocs | public | Convert provided coordinate from the current coordinate system into WGS84 expressed in radians. (Overrides TGIS_CSCoordinateSystem.FromGeocs) |
|
FromGeocs3D | public | Convert provided 3D coordinate from WGS84 expressed in radians into the current coordinate system. (Overrides TGIS_CSCoordinateSystem.FromGeocs3D) |
|
FromWGS | public | Convert provided coordinate from the WGS84 expressed in radians into the current coordinate system. (Inherited from TGIS_CSCoordinateSystem) |
|
FromWGS3D | public | Convert provided 3D coordinate from the WGS84 expressed in radians into the current coordinate system. (Inherited from TGIS_CSCoordinateSystem) |
|
FromWGS3D_Ref | public | Convert provided 3D coordinate from the WGS84 expressed in radians into the current coordinate system. (Overrides TGIS_CSCoordinateSystem.FromWGS3D_Ref) |
|
getBoundings | protected | Get bounding polygon of coordinate system. (Overrides TGIS_CSCoordinateSystem.getBoundings) |
|
getExtentPolygon | protected | Get polygon made on given extent. | |
IsSame | public | Test if provided coordinate system is same as the current one. (Inherited from TGIS_CSCoordinateSystem) |
|
MarkDeprecated | public | Set object depreciation state. (Inherited from TGIS_CSAbstract) |
|
SaveAsPrettyWKTFile | public | Save the current coordinate system to a WKT file (like .PRJ) file. (Inherited from TGIS_CSCoordinateSystem) |
|
SaveAsWKTFile | public | Save the current coordinate system to a WKT file (like .PRJ) file. (Inherited from TGIS_CSCoordinateSystem) |
|
ToCS | public | Convert provided 3D coordinate from the current coordinate system into the provided coordinate system (Inherited from TGIS_CSCoordinateSystem) |
|
ToCS3D | public | Convert provided 3D coordinate from the current coordinate system into the provided coordinate system (Inherited from TGIS_CSCoordinateSystem) |
|
ToGeocs | public | Convert provided coordinate from the current coordinate system into GEOGCS (Geographic coordinate system). (Overrides TGIS_CSCoordinateSystem.ToGeocs) |
|
ToGeocs3D | public | Convert provided 3D coordinate from the current coordinate system into GEOGCS (Geographic coordinate system). (Overrides TGIS_CSCoordinateSystem.ToGeocs3D) |
|
ToWGS | public | Convert provided coordinate from the current coordinate system into WGS84 expressed in radians. (Inherited from TGIS_CSCoordinateSystem) |
|
ToWGS3D | public | Convert provided 3D coordinate from the current coordinate system into WGS84 expressed in radians. (Inherited from TGIS_CSCoordinateSystem) |
|
ToWGS3D_Ref | public | Convert provided 3D coordinate from the current coordinate system into WGS84 expressed in radians. (Overrides TGIS_CSCoordinateSystem.ToWGS3D_Ref) |
|
Name | Visibility | Description | |
---|---|---|---|
Deprecated | public | If true, then object is deprecated. (Inherited from TGIS_CSAbstract) |
|
Description | public | Additional description. (Inherited from TGIS_CSAbstract) |
|
DescriptionEx | public | Descriptive name; for internal use of TGIS_CSAbstractListHelper. (Inherited from TGIS_CSAbstract) |
|
EPSG | public | EPSG code. (Inherited from TGIS_CSAbstract) |
|
Error | public | Error code of the last method. (Inherited from TGIS_CSCoordinateSystem) |
|
FriendlyName | public | Friendly name constructed based on WKT (without underscores) and EPSG. (Inherited from TGIS_CSAbstract) |
|
FullWKT | public | WKT string with current coordinate system. (Inherited from TGIS_CSCoordinateSystem) |
|
Geocs | public | Geographic Coordinate System object. | |
MasterEPSG | public | EPSG code of the object for which current object is an alias. (Inherited from TGIS_CSAbstract) |
|
PrettyWKT | public | WKT string with current coordinate system formatted to a multiline, human readable format. (Inherited from TGIS_CSCoordinateSystem) |
|
Projection | public | Projection object. | |
ProjectionEPSG | public | Projection code. | |
ProjectionParams | public | Projection parameters. | |
ProjectionParamsSet | public | Projection supported parameters. | |
ReversedCoordinates | public | Coordinates are in reversed order. (Inherited from TGIS_CSCoordinateSystem) |
|
Units | public | Unit object. | |
ValidityExtent | public | Validity extent of the Coordinate System (in CS units). (Inherited from TGIS_CSCoordinateSystem) |
|
ValidityExtentWGS | public | Validity extent of the Coordinate System (in radians). (Inherited from TGIS_CSCoordinateSystem) |
|
WKT | public | WKT name. (Inherited from TGIS_CSAbstract) |
|