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.gml
Subinterfaces of EnvelopeType in net.opengis.gml Modifier and Type Interface Description interface
EnvelopeWithTimePeriodType
A representation of the model object 'Envelope With Time Period Type'.Methods in net.opengis.gml that return EnvelopeType Modifier and Type Method Description EnvelopeType
GmlFactory. createEnvelopeType()
Returns a new object of class 'Envelope Type'.EnvelopeType
BoundingShapeType. getEnvelope()
Returns the value of the 'Envelope' containment reference.EnvelopeType
DocumentRoot. getEnvelope()
Returns the value of the 'Envelope' containment reference.Methods in net.opengis.gml with parameters of type EnvelopeType Modifier and Type Method Description void
BoundingShapeType. setEnvelope(EnvelopeType value)
Sets the value of the 'Envelope
' containment reference.void
DocumentRoot. setEnvelope(EnvelopeType value)
Sets the value of the 'Envelope
' containment reference. -
Uses of EnvelopeType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement EnvelopeType Modifier and Type Class Description class
EnvelopeTypeImpl
An implementation of the model object 'Envelope Type'.class
EnvelopeWithTimePeriodTypeImpl
An implementation of the model object 'Envelope With Time Period Type'.Methods in net.opengis.gml.impl that return EnvelopeType Modifier and Type Method Description EnvelopeType
GmlFactoryImpl. createEnvelopeType()
EnvelopeType
BoundingShapeTypeImpl. getEnvelope()
EnvelopeType
DocumentRootImpl. getEnvelope()
Methods in net.opengis.gml.impl with parameters of type EnvelopeType Modifier and Type Method Description NotificationChain
BoundingShapeTypeImpl. basicSetEnvelope(EnvelopeType newEnvelope, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetEnvelope(EnvelopeType newEnvelope, NotificationChain msgs)
void
BoundingShapeTypeImpl. setEnvelope(EnvelopeType newEnvelope)
void
DocumentRootImpl. setEnvelope(EnvelopeType newEnvelope)
-
Uses of EnvelopeType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type EnvelopeType Modifier and Type Method Description Object
GmlSwitch. caseEnvelopeType(EnvelopeType object)
Returns the result of interpreting the object as an instance of 'Envelope Type'.boolean
GmlValidator. validateEnvelopeType(EnvelopeType envelopeType, DiagnosticChain diagnostics, Map context)
-
Uses of EnvelopeType in net.opengis.gml.validation
Methods in net.opengis.gml.validation with parameters of type EnvelopeType Modifier and Type Method Description boolean
BoundingShapeTypeValidator. validateEnvelope(EnvelopeType value)
boolean
DocumentRootValidator. validateEnvelope(EnvelopeType value)
-
Uses of EnvelopeType in net.opengis.wcs10
Subinterfaces of EnvelopeType in net.opengis.wcs10 Modifier and Type Interface Description interface
LonLatEnvelopeBaseType
A representation of the model object 'Lon Lat Envelope Base Type'.interface
LonLatEnvelopeType
A representation of the model object 'Lon Lat Envelope Type'. -
Uses of EnvelopeType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement EnvelopeType Modifier and Type Class Description class
LonLatEnvelopeBaseTypeImpl
An implementation of the model object 'Lon Lat Envelope Base Type'.class
LonLatEnvelopeTypeImpl
An implementation of the model object 'Lon Lat Envelope Type'. -
Uses of EnvelopeType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type EnvelopeType Modifier and Type Method Description Object
Wcs10Switch. caseEnvelopeType(EnvelopeType object)
Returns the result of interpreting the object as an instance of 'Envelope Type'.
-