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 TypeMethodDescriptionvoidCoverageOfferingBriefType.setLonLatEnvelope(LonLatEnvelopeType value) Sets the value of the 'Lon Lat Envelope' containment reference.voidDocumentRoot.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 TypeClassDescriptionclassAn implementation of the model object 'Lon Lat Envelope Type'.Fields in net.opengis.wcs10.impl declared as LonLatEnvelopeTypeModifier and TypeFieldDescriptionprotected LonLatEnvelopeTypeCoverageOfferingBriefTypeImpl.lonLatEnvelopeThe 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 TypeMethodDescriptionNotificationChainCoverageOfferingBriefTypeImpl.basicSetLonLatEnvelope(LonLatEnvelopeType newLonLatEnvelope, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetLonLatEnvelope(LonLatEnvelopeType newLonLatEnvelope, NotificationChain msgs) voidCoverageOfferingBriefTypeImpl.setLonLatEnvelope(LonLatEnvelopeType newLonLatEnvelope) voidDocumentRootImpl.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 TypeMethodDescriptionbooleanCoverageOfferingBriefTypeValidator.validateLonLatEnvelope(LonLatEnvelopeType value) booleanDocumentRootValidator.validateLonLatEnvelope(LonLatEnvelopeType value)