Package com.luciad.format.gml31.model
Class TLcdGML31GridLimits
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31GridLimits
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,ILcdFeatured,ILcdSelfDescribedFeatured,Serializable,Cloneable
- Since:
- 2018.1
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theGridEnvelopeelement. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theGridEnvelopeelement.voidsetGridEnvelope(TLcdGML31GridEnvelope aValue) Sets the value of the property that maps to theGridEnvelopeelement.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
GRID_ENVELOPE_PROPERTY
Data property that maps to theGridEnvelopeelement. The possible values for this property are instances ofTLcdGML31GridEnvelope.
-
-
Constructor Details
-
TLcdGML31GridLimits
public TLcdGML31GridLimits() -
TLcdGML31GridLimits
-
-
Method Details
-
getGridEnvelope
Returns the value of the property that maps to theGridEnvelopeelement.- Returns:
- the value of the
GRID_ENVELOPE_PROPERTYproperty.
-
setGridEnvelope
Sets the value of the property that maps to theGridEnvelopeelement.- Parameters:
aValue- the value to set for theGRID_ENVELOPE_PROPERTYproperty.
-