Package com.luciad.format.gml32.model
Class TLcdGML32GridLimits
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32GridLimits
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Since:
- 2017.0
-
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(TLcdGML32GridEnvelope aValue) Sets the value of the property that maps to theGridEnvelopeelement.
-
Field Details
-
GRID_ENVELOPE_PROPERTY
Data property that maps to theGridEnvelopeelement. The possible values for this property are instances ofTLcdGML32GridEnvelope.
-
-
Constructor Details
-
TLcdGML32GridLimits
public TLcdGML32GridLimits() -
TLcdGML32GridLimits
-
-
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.
-