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:
  • Method Summary

    Modifier and Type
    Method
    Description
    EList
    Returns the value of the 'Time Position' containment reference list.

    Methods inherited from interface AbstractGeometryType

    getSrsName, setSrsName

    Methods inherited from interface EnvelopeType

    getPos

    Methods inherited from interface EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details

    • getTimePosition

      EList getTimePosition()
      Returns the value of the 'Time Position' containment reference list. The list contents are of type TimePositionType. Direct representation of a temporal position.
      Returns:
      the value of the 'Time Position' containment reference list.
      See Also: