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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EListgetTimePosition()Returns the value of the 'Time Position' containment reference list.- 
Methods inherited from interface AbstractGeometryTypegetSrsName, setSrsName
 - 
Methods inherited from interface AbstractGMLTypegetDescription, getMetaDataProperty, getName, setDescription
 - 
Methods inherited from interface EnvelopeTypegetPos
 
- 
 
- 
- 
- 
Method Detail- 
getTimePositionEList 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()
 
 
- 
 
-