Uses of Interface
net.opengis.gml.EnvelopeType
- 
Packages that use EnvelopeType Package Description net.opengis.gml net.opengis.gml.impl net.opengis.gml.util net.opengis.gml.validation net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util 
- 
- 
Uses of EnvelopeType in net.opengis.gmlSubinterfaces of EnvelopeType in net.opengis.gml Modifier and Type Interface Description interfaceEnvelopeWithTimePeriodTypeA representation of the model object 'Envelope With Time Period Type'.Methods in net.opengis.gml that return EnvelopeType Modifier and Type Method Description EnvelopeTypeGmlFactory. createEnvelopeType()Returns a new object of class 'Envelope Type'.EnvelopeTypeBoundingShapeType. getEnvelope()Returns the value of the 'Envelope' containment reference.EnvelopeTypeDocumentRoot. getEnvelope()Returns the value of the 'Envelope' containment reference.Methods in net.opengis.gml with parameters of type EnvelopeType Modifier and Type Method Description voidBoundingShapeType. setEnvelope(EnvelopeType value)Sets the value of the 'Envelope' containment reference.voidDocumentRoot. setEnvelope(EnvelopeType value)Sets the value of the 'Envelope' containment reference.
- 
Uses of EnvelopeType in net.opengis.gml.implClasses in net.opengis.gml.impl that implement EnvelopeType Modifier and Type Class Description classEnvelopeTypeImplAn implementation of the model object 'Envelope Type'.classEnvelopeWithTimePeriodTypeImplAn implementation of the model object 'Envelope With Time Period Type'.Methods in net.opengis.gml.impl that return EnvelopeType Modifier and Type Method Description EnvelopeTypeGmlFactoryImpl. createEnvelopeType()EnvelopeTypeBoundingShapeTypeImpl. getEnvelope()EnvelopeTypeDocumentRootImpl. getEnvelope()Methods in net.opengis.gml.impl with parameters of type EnvelopeType Modifier and Type Method Description NotificationChainBoundingShapeTypeImpl. basicSetEnvelope(EnvelopeType newEnvelope, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetEnvelope(EnvelopeType newEnvelope, NotificationChain msgs)voidBoundingShapeTypeImpl. setEnvelope(EnvelopeType newEnvelope)voidDocumentRootImpl. setEnvelope(EnvelopeType newEnvelope)
- 
Uses of EnvelopeType in net.opengis.gml.utilMethods in net.opengis.gml.util with parameters of type EnvelopeType Modifier and Type Method Description ObjectGmlSwitch. caseEnvelopeType(EnvelopeType object)Returns the result of interpreting the object as an instance of 'Envelope Type'.booleanGmlValidator. validateEnvelopeType(EnvelopeType envelopeType, DiagnosticChain diagnostics, Map context)
- 
Uses of EnvelopeType in net.opengis.gml.validationMethods in net.opengis.gml.validation with parameters of type EnvelopeType Modifier and Type Method Description booleanBoundingShapeTypeValidator. validateEnvelope(EnvelopeType value)booleanDocumentRootValidator. validateEnvelope(EnvelopeType value)
- 
Uses of EnvelopeType in net.opengis.wcs10Subinterfaces of EnvelopeType in net.opengis.wcs10 Modifier and Type Interface Description interfaceLonLatEnvelopeBaseTypeA representation of the model object 'Lon Lat Envelope Base Type'.interfaceLonLatEnvelopeTypeA representation of the model object 'Lon Lat Envelope Type'.
- 
Uses of EnvelopeType in net.opengis.wcs10.implClasses in net.opengis.wcs10.impl that implement EnvelopeType Modifier and Type Class Description classLonLatEnvelopeBaseTypeImplAn implementation of the model object 'Lon Lat Envelope Base Type'.classLonLatEnvelopeTypeImplAn implementation of the model object 'Lon Lat Envelope Type'.
- 
Uses of EnvelopeType in net.opengis.wcs10.utilMethods in net.opengis.wcs10.util with parameters of type EnvelopeType Modifier and Type Method Description ObjectWcs10Switch. caseEnvelopeType(EnvelopeType object)Returns the result of interpreting the object as an instance of 'Envelope Type'.
 
-