Uses of Interface
net.opengis.wcs10.LonLatEnvelopeType
Packages that use LonLatEnvelopeType
Package
Description
-
Uses of LonLatEnvelopeType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return LonLatEnvelopeTypeModifier and TypeMethodDescriptionWcs10Factory.createLonLatEnvelopeType()
Returns a new object of class 'Lon Lat Envelope Type'.CoverageOfferingBriefType.getLonLatEnvelope()
Returns the value of the 'Lon Lat Envelope' containment reference.DocumentRoot.getLonLatEnvelope()
Returns the value of the 'Lon Lat Envelope' containment reference.Methods in net.opengis.wcs10 with parameters of type LonLatEnvelopeTypeModifier and TypeMethodDescriptionvoid
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 LonLatEnvelopeTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Lon Lat Envelope Type'.Fields in net.opengis.wcs10.impl declared as LonLatEnvelopeTypeModifier and TypeFieldDescriptionprotected LonLatEnvelopeType
CoverageOfferingBriefTypeImpl.lonLatEnvelope
The cached value of the 'Lon Lat Envelope
' containment reference.Methods in net.opengis.wcs10.impl that return LonLatEnvelopeTypeModifier and TypeMethodDescriptionWcs10FactoryImpl.createLonLatEnvelopeType()
CoverageOfferingBriefTypeImpl.getLonLatEnvelope()
DocumentRootImpl.getLonLatEnvelope()
Methods in net.opengis.wcs10.impl with parameters of type LonLatEnvelopeTypeModifier and TypeMethodDescriptionNotificationChain
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 LonLatEnvelopeTypeModifier and TypeMethodDescriptionWcs10Switch.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 LonLatEnvelopeTypeModifier and TypeMethodDescriptionboolean
CoverageOfferingBriefTypeValidator.validateLonLatEnvelope
(LonLatEnvelopeType value) boolean
DocumentRootValidator.validateLonLatEnvelope
(LonLatEnvelopeType value)