GeographicCrsEntry Class

Summary:

Module: aspose.gis.epsg

Full Name: aspose.gis.epsg.GeographicCrsEntry

Aspose.PSD Version: 25.9.0

Constructors

NameDescription
GeographicCrsEntry()Initializes a new instance of the GeographicCrsEntry class

Properties

NameTypeAccessDescription
datum_codeintr
deprecatedboolr
namestringr
three_dimensionalboolr
to_wgs_84_entry_indexintr
unit_codeintr

Methods

NameDescription
create(name, to_wgs_84_entry_index, datum_code, unit_code, three_dimensional, deprecated)

Constructor: GeographicCrsEntry()

 GeographicCrsEntry() 

Initializes a new instance of the GeographicCrsEntry class

Method: create(name, to_wgs_84_entry_index, datum_code, unit_code, three_dimensional, deprecated) [static]

 create(name, to_wgs_84_entry_index, datum_code, unit_code, three_dimensional, deprecated) 

Parameters:

ParameterTypeDescription
namestring
to_wgs_84_entry_indexint
datum_codeint
unit_codeint
three_dimensionalbool
deprecatedbool

Returns

TypeDescription
GeographicCrsEntry