Package com.luciad.format.gml32.model
Class TLcdGML32PrimeMeridian
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdISO19115PrimeMeridian
A gml:PrimeMeridian defines the origin from which longitude values are determined. The default value for the prime meridian gml:identifier value is "Greenwich".
- Since:
- 2026.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thegreenwichLongitudeelement.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32Definition
REMARKS_PROPERTYFields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
DESCRIPTION_PROPERTY, DESCRIPTION_REFERENCE_PROPERTY, ID_PROPERTY, IDENTIFIER_PROPERTY, META_DATA_PROPERTY_PROPERTY, NAME_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thegreenwichLongitudeelement.voidsetGreenwichLongitude(TLcdGML32Angle aValue) Sets the value of the property that maps to thegreenwichLongitudeelement.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32Definition
getRemarks, setRemarksMethods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
GREENWICH_LONGITUDE_PROPERTY
Data property that maps to thegreenwichLongitudeelement. The possible values for this property are instances ofTLcdGML32Angle.
-
-
Constructor Details
-
TLcdGML32PrimeMeridian
public TLcdGML32PrimeMeridian() -
TLcdGML32PrimeMeridian
-
-
Method Details
-
getGreenwichLongitude
Returns the value of the property that maps to thegreenwichLongitudeelement.gml:greenwichLongitude is the longitude of the prime meridian measured from the Greenwich meridian, positive eastward. If the value of the prime meridian "name" is "Greenwich" then the value of greenwichLongitude shall be 0 degrees.
- Returns:
- the value of the
GREENWICH_LONGITUDE_PROPERTYproperty.
-
setGreenwichLongitude
Sets the value of the property that maps to thegreenwichLongitudeelement.gml:greenwichLongitude is the longitude of the prime meridian measured from the Greenwich meridian, positive eastward. If the value of the prime meridian "name" is "Greenwich" then the value of greenwichLongitude shall be 0 degrees.
- Parameters:
aValue- the value to set for theGREENWICH_LONGITUDE_PROPERTYproperty.
-