Package net.opengis.wcs10
Interface LonLatEnvelopeType
-
- All Superinterfaces:
AbstractGeometryBaseType
,AbstractGeometryType
,AbstractGMLType
,EnvelopeType
,EObject
,LonLatEnvelopeBaseType
,Notifier
- All Known Implementing Classes:
LonLatEnvelopeTypeImpl
public interface LonLatEnvelopeType extends LonLatEnvelopeBaseType
A representation of the model object 'Lon Lat Envelope Type'. Defines spatial extent by extending LonLatEnvelope with an optional time position pair.The following features are supported:
- See Also:
Wcs10Package.getLonLatEnvelopeType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList
getTimePosition()
Returns the value of the 'Time Position' containment reference list.-
Methods inherited from interface AbstractGeometryType
getSrsName, setSrsName
-
Methods inherited from interface AbstractGMLType
getDescription, getMetaDataProperty, getName, setDescription
-
Methods inherited from interface EnvelopeType
getPos
-
-
-
-
Method Detail
-
getTimePosition
EList getTimePosition()
Returns the value of the 'Time Position' containment reference list. The list contents are of typeTimePositionType
. Direct representation of a temporal position.- Returns:
- the value of the 'Time Position' containment reference list.
- See Also:
Wcs10Package.getLonLatEnvelopeType_TimePosition()
-
-