Uses of Interface
net.opengis.wcs10.LonLatEnvelopeType
-
Packages that use LonLatEnvelopeType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of LonLatEnvelopeType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return LonLatEnvelopeType Modifier and Type Method Description LonLatEnvelopeType
Wcs10Factory. createLonLatEnvelopeType()
Returns a new object of class 'Lon Lat Envelope Type'.LonLatEnvelopeType
CoverageOfferingBriefType. getLonLatEnvelope()
Returns the value of the 'Lon Lat Envelope' containment reference.LonLatEnvelopeType
DocumentRoot. getLonLatEnvelope()
Returns the value of the 'Lon Lat Envelope' containment reference.Methods in net.opengis.wcs10 with parameters of type LonLatEnvelopeType Modifier and Type Method Description void
CoverageOfferingBriefType. setLonLatEnvelope(LonLatEnvelopeType value)
Sets the value of the 'Lon Lat Envelope
' containment reference.void
DocumentRoot. setLonLatEnvelope(LonLatEnvelopeType value)
Sets the value of the 'Lon Lat Envelope
' containment reference. -
Uses of LonLatEnvelopeType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement LonLatEnvelopeType Modifier and Type Class Description class
LonLatEnvelopeTypeImpl
An implementation of the model object 'Lon Lat Envelope Type'.Fields in net.opengis.wcs10.impl declared as LonLatEnvelopeType Modifier and Type Field Description protected LonLatEnvelopeType
CoverageOfferingBriefTypeImpl. lonLatEnvelope
The cached value of the 'Lon Lat Envelope
' containment reference.Methods in net.opengis.wcs10.impl that return LonLatEnvelopeType Modifier and Type Method Description LonLatEnvelopeType
Wcs10FactoryImpl. createLonLatEnvelopeType()
LonLatEnvelopeType
CoverageOfferingBriefTypeImpl. getLonLatEnvelope()
LonLatEnvelopeType
DocumentRootImpl. getLonLatEnvelope()
Methods in net.opengis.wcs10.impl with parameters of type LonLatEnvelopeType Modifier and Type Method Description NotificationChain
CoverageOfferingBriefTypeImpl. basicSetLonLatEnvelope(LonLatEnvelopeType newLonLatEnvelope, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetLonLatEnvelope(LonLatEnvelopeType newLonLatEnvelope, NotificationChain msgs)
void
CoverageOfferingBriefTypeImpl. setLonLatEnvelope(LonLatEnvelopeType newLonLatEnvelope)
void
DocumentRootImpl. setLonLatEnvelope(LonLatEnvelopeType newLonLatEnvelope)
-
Uses of LonLatEnvelopeType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type LonLatEnvelopeType Modifier and Type Method Description Object
Wcs10Switch. caseLonLatEnvelopeType(LonLatEnvelopeType object)
Returns the result of interpreting the object as an instance of 'Lon Lat Envelope Type'. -
Uses of LonLatEnvelopeType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type LonLatEnvelopeType Modifier and Type Method Description boolean
CoverageOfferingBriefTypeValidator. validateLonLatEnvelope(LonLatEnvelopeType value)
boolean
DocumentRootValidator. validateLonLatEnvelope(LonLatEnvelopeType value)
-