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 LonLatEnvelopeTypeWcs10Factory. createLonLatEnvelopeType()Returns a new object of class 'Lon Lat Envelope Type'.LonLatEnvelopeTypeCoverageOfferingBriefType. getLonLatEnvelope()Returns the value of the 'Lon Lat Envelope' containment reference.LonLatEnvelopeTypeDocumentRoot. 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 voidCoverageOfferingBriefType. 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 LonLatEnvelopeType Modifier and Type Class Description classLonLatEnvelopeTypeImplAn implementation of the model object 'Lon Lat Envelope Type'.Fields in net.opengis.wcs10.impl declared as LonLatEnvelopeType Modifier and Type Field Description protected LonLatEnvelopeTypeCoverageOfferingBriefTypeImpl. lonLatEnvelopeThe cached value of the 'Lon Lat Envelope' containment reference.Methods in net.opengis.wcs10.impl that return LonLatEnvelopeType Modifier and Type Method Description LonLatEnvelopeTypeWcs10FactoryImpl. createLonLatEnvelopeType()LonLatEnvelopeTypeCoverageOfferingBriefTypeImpl. getLonLatEnvelope()LonLatEnvelopeTypeDocumentRootImpl. getLonLatEnvelope()Methods in net.opengis.wcs10.impl with parameters of type LonLatEnvelopeType Modifier and Type Method Description NotificationChainCoverageOfferingBriefTypeImpl. 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 LonLatEnvelopeType Modifier and Type Method Description ObjectWcs10Switch. 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 booleanCoverageOfferingBriefTypeValidator. validateLonLatEnvelope(LonLatEnvelopeType value)booleanDocumentRootValidator. validateLonLatEnvelope(LonLatEnvelopeType value)
-