Uses of Interface
net.opengis.gml311.EnvelopeType
-
Packages that use EnvelopeType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of EnvelopeType in net.opengis.gml311
Subinterfaces of EnvelopeType in net.opengis.gml311 Modifier and Type Interface Description interface
EnvelopeWithTimePeriodType
A representation of the model object 'Envelope With Time Period Type'.Methods in net.opengis.gml311 that return EnvelopeType Modifier and Type Method Description EnvelopeType
Gml311Factory. createEnvelopeType()
Returns a new object of class 'Envelope Type'.EnvelopeType
DocumentRoot. getBoundingBox()
Returns the value of the 'Bounding Box' containment reference.EnvelopeType
BoundingShapeType. getEnvelope()
Returns the value of the 'Envelope' containment reference.EnvelopeType
DocumentRoot. getEnvelope()
Returns the value of the 'Envelope' containment reference.EnvelopeType
DocumentRoot. getVerticalExtent()
Returns the value of the 'Vertical Extent' containment reference.Methods in net.opengis.gml311 that return types with arguments of type EnvelopeType Modifier and Type Method Description EList<EnvelopeType>
ExtentType. getBoundingBox()
Returns the value of the 'Bounding Box' containment reference list.EList<EnvelopeType>
ExtentType. getVerticalExtent()
Returns the value of the 'Vertical Extent' containment reference list.Methods in net.opengis.gml311 with parameters of type EnvelopeType Modifier and Type Method Description void
DocumentRoot. setBoundingBox(EnvelopeType value)
Sets the value of the 'Bounding Box
' containment reference.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.void
DocumentRoot. setVerticalExtent(EnvelopeType value)
Sets the value of the 'Vertical Extent
' containment reference. -
Uses of EnvelopeType in net.opengis.gml311.impl
Classes in net.opengis.gml311.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'.Fields in net.opengis.gml311.impl with type parameters of type EnvelopeType Modifier and Type Field Description protected EList<EnvelopeType>
ExtentTypeImpl. boundingBox
The cached value of the 'Bounding Box
' containment reference list.protected EList<EnvelopeType>
ExtentTypeImpl. verticalExtent
The cached value of the 'Vertical Extent
' containment reference list.Methods in net.opengis.gml311.impl that return EnvelopeType Modifier and Type Method Description EnvelopeType
Gml311FactoryImpl. createEnvelopeType()
EnvelopeType
DocumentRootImpl. getBoundingBox()
EnvelopeType
BoundingShapeTypeImpl. getEnvelope()
EnvelopeType
DocumentRootImpl. getEnvelope()
EnvelopeType
DocumentRootImpl. getVerticalExtent()
Methods in net.opengis.gml311.impl that return types with arguments of type EnvelopeType Modifier and Type Method Description EList<EnvelopeType>
ExtentTypeImpl. getBoundingBox()
EList<EnvelopeType>
ExtentTypeImpl. getVerticalExtent()
Methods in net.opengis.gml311.impl with parameters of type EnvelopeType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetBoundingBox(EnvelopeType newBoundingBox, NotificationChain msgs)
NotificationChain
BoundingShapeTypeImpl. basicSetEnvelope(EnvelopeType newEnvelope, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetEnvelope(EnvelopeType newEnvelope, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetVerticalExtent(EnvelopeType newVerticalExtent, NotificationChain msgs)
void
DocumentRootImpl. setBoundingBox(EnvelopeType newBoundingBox)
void
BoundingShapeTypeImpl. setEnvelope(EnvelopeType newEnvelope)
void
DocumentRootImpl. setEnvelope(EnvelopeType newEnvelope)
void
DocumentRootImpl. setVerticalExtent(EnvelopeType newVerticalExtent)
-
Uses of EnvelopeType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type EnvelopeType Modifier and Type Method Description T
Gml311Switch. caseEnvelopeType(EnvelopeType object)
Returns the result of interpreting the object as an instance of 'Envelope Type'.boolean
Gml311Validator. validateEnvelopeType(EnvelopeType envelopeType, DiagnosticChain diagnostics, Map<Object,Object> context)
-