Package com.luciad.format.gml31.model
Class TLcdGML31EnvelopeWithTimePeriod
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31Envelope
com.luciad.format.gml31.model.TLcdGML31EnvelopeWithTimePeriod
- All Implemented Interfaces:
ILcdDataObject,ILcdBounded,ILcdBounds,ILcdShape,ILcd2DEditableBounds,ILcd2DEditableShape,ILcd3DEditableBounds,ILcd3DEditableShape,ILcdCloneable,ILcdDeepCloneable,ILcdFeatured,ILcdSelfDescribedFeatured,Serializable,Cloneable
Envelope that includes also a temporal extent.
- Since:
- 10.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyProperty that maps on thecoordelement.static final TLcdDataPropertyData property that maps to theframeattribute.static final TLcdDataPropertyData property that maps to thetimePositionelement.Fields inherited from class com.luciad.format.gml31.model.TLcdGML31Envelope
COORDINATES_PROPERTY, LOWER_CORNER_PROPERTY, POS_PROPERTY, SRS_PROPERTY, UPPER_CORNER_PROPERTY -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetCoord()Gets the value of theCOORD_PROPERTYproperty.getFrame()Returns the value of the property that maps to theframeattribute.Returns the value of the property that maps to thetimePositionelement.voidSets the value of the property that maps to theframeattribute.Methods inherited from class com.luciad.format.gml31.model.TLcdGML31Envelope
clone, clone, cloneAs2DEditableBounds, cloneAs3DEditableBounds, contains2D, contains2D, contains2D, contains2D, contains3D, contains3D, contains3D, contains3D, getBounds, getCoordinates, getDepth, getFocusPoint, getHeight, getLocation, getLowerCorner, getPos, getSrs, getUpperCorner, getWidth, interacts2D, interacts2D, interacts3D, interacts3D, isDefined, move2D, move2D, move3D, move3D, setCoordinates, setDepth, setHeight, setLowerCorner, setSrs, setTo2DIntersection, setTo2DIntersection, setTo2DUnion, setTo2DUnion, setTo3DIntersection, setTo3DIntersection, setTo3DUnion, setTo3DUnion, setToIncludePoint2D, setToIncludePoint2D, setToIncludePoint3D, setToIncludePoint3D, setUpperCorner, setValue, setWidth, toString, translate2D, translate3DMethods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeatureMethods inherited from class com.luciad.datamodel.TLcdDataObject
getDataType, getValue, getValue, hasValue, hasValue, setValue
-
Field Details
-
FRAME_PROPERTY
Data property that maps to theframeattribute. The possible values for this property are instances ofURI. -
TIME_POSITION_PROPERTY
Data property that maps to thetimePositionelement. The possible values for this property are instances ofList<TLcdGML31TimePosition>. -
COORD_PROPERTY
Property that maps on thecoordelement. Acceptable values for this property are instances ofjava.util.List<com.luciad.format.gml31.model.TLcdGML31Coord>.
-
-
Constructor Details
-
TLcdGML31EnvelopeWithTimePeriod
public TLcdGML31EnvelopeWithTimePeriod() -
TLcdGML31EnvelopeWithTimePeriod
-
-
Method Details
-
getFrame
Returns the value of the property that maps to theframeattribute.- Returns:
- the value of the
FRAME_PROPERTYproperty.
-
setFrame
Sets the value of the property that maps to theframeattribute.- Parameters:
aValue- the value to set for theFRAME_PROPERTYproperty.
-
getTimePosition
Returns the value of the property that maps to thetimePositionelement.Direct representation of a temporal position
- Returns:
- the value of the
TIME_POSITION_PROPERTYproperty.
-
getCoord
Gets the value of theCOORD_PROPERTYproperty.Deprecated with GML 3.0 and included for backwards compatibility with GML 2. Use the "pos" element instead.
- Returns:
- the value of the
COORD_PROPERTYproperty.
-