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 interfaceEnvelopeWithTimePeriodTypeA representation of the model object 'Envelope With Time Period Type'.Methods in net.opengis.gml311 that return EnvelopeType Modifier and Type Method Description EnvelopeTypeGml311Factory. createEnvelopeType()Returns a new object of class 'Envelope Type'.EnvelopeTypeDocumentRoot. getBoundingBox()Returns the value of the 'Bounding Box' containment reference.EnvelopeTypeBoundingShapeType. getEnvelope()Returns the value of the 'Envelope' containment reference.EnvelopeTypeDocumentRoot. getEnvelope()Returns the value of the 'Envelope' containment reference.EnvelopeTypeDocumentRoot. 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 voidDocumentRoot. setBoundingBox(EnvelopeType value)Sets the value of the 'Bounding Box' containment reference.voidBoundingShapeType. setEnvelope(EnvelopeType value)Sets the value of the 'Envelope' containment reference.voidDocumentRoot. setEnvelope(EnvelopeType value)Sets the value of the 'Envelope' containment reference.voidDocumentRoot. 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 classEnvelopeTypeImplAn implementation of the model object 'Envelope Type'.classEnvelopeWithTimePeriodTypeImplAn 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. boundingBoxThe cached value of the 'Bounding Box' containment reference list.protected EList<EnvelopeType>ExtentTypeImpl. verticalExtentThe cached value of the 'Vertical Extent' containment reference list.Methods in net.opengis.gml311.impl that return EnvelopeType Modifier and Type Method Description EnvelopeTypeGml311FactoryImpl. createEnvelopeType()EnvelopeTypeDocumentRootImpl. getBoundingBox()EnvelopeTypeBoundingShapeTypeImpl. getEnvelope()EnvelopeTypeDocumentRootImpl. getEnvelope()EnvelopeTypeDocumentRootImpl. 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 NotificationChainDocumentRootImpl. basicSetBoundingBox(EnvelopeType newBoundingBox, NotificationChain msgs)NotificationChainBoundingShapeTypeImpl. basicSetEnvelope(EnvelopeType newEnvelope, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetEnvelope(EnvelopeType newEnvelope, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetVerticalExtent(EnvelopeType newVerticalExtent, NotificationChain msgs)voidDocumentRootImpl. setBoundingBox(EnvelopeType newBoundingBox)voidBoundingShapeTypeImpl. setEnvelope(EnvelopeType newEnvelope)voidDocumentRootImpl. setEnvelope(EnvelopeType newEnvelope)voidDocumentRootImpl. 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 TGml311Switch. caseEnvelopeType(EnvelopeType object)Returns the result of interpreting the object as an instance of 'Envelope Type'.booleanGml311Validator. validateEnvelopeType(EnvelopeType envelopeType, DiagnosticChain diagnostics, Map<Object,Object> context)
-