Uses of Interface
net.opengis.gml.GridEnvelopeType
-
Packages that use GridEnvelopeType Package Description net.opengis.gml net.opengis.gml.impl net.opengis.gml.util net.opengis.gml.validation -
-
Uses of GridEnvelopeType in net.opengis.gml
Methods in net.opengis.gml that return GridEnvelopeType Modifier and Type Method Description GridEnvelopeType
GmlFactory. createGridEnvelopeType()
Returns a new object of class 'Grid Envelope Type'.GridEnvelopeType
GridLimitsType. getGridEnvelope()
Returns the value of the 'Grid Envelope' containment reference.Methods in net.opengis.gml with parameters of type GridEnvelopeType Modifier and Type Method Description void
GridLimitsType. setGridEnvelope(GridEnvelopeType value)
Sets the value of the 'Grid Envelope
' containment reference. -
Uses of GridEnvelopeType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement GridEnvelopeType Modifier and Type Class Description class
GridEnvelopeTypeImpl
An implementation of the model object 'Grid Envelope Type'.Fields in net.opengis.gml.impl declared as GridEnvelopeType Modifier and Type Field Description protected GridEnvelopeType
GridLimitsTypeImpl. gridEnvelope
The cached value of the 'Grid Envelope
' containment reference.Methods in net.opengis.gml.impl that return GridEnvelopeType Modifier and Type Method Description GridEnvelopeType
GmlFactoryImpl. createGridEnvelopeType()
GridEnvelopeType
GridLimitsTypeImpl. getGridEnvelope()
Methods in net.opengis.gml.impl with parameters of type GridEnvelopeType Modifier and Type Method Description NotificationChain
GridLimitsTypeImpl. basicSetGridEnvelope(GridEnvelopeType newGridEnvelope, NotificationChain msgs)
void
GridLimitsTypeImpl. setGridEnvelope(GridEnvelopeType newGridEnvelope)
-
Uses of GridEnvelopeType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type GridEnvelopeType Modifier and Type Method Description Object
GmlSwitch. caseGridEnvelopeType(GridEnvelopeType object)
Returns the result of interpreting the object as an instance of 'Grid Envelope Type'.boolean
GmlValidator. validateGridEnvelopeType(GridEnvelopeType gridEnvelopeType, DiagnosticChain diagnostics, Map context)
-
Uses of GridEnvelopeType in net.opengis.gml.validation
Methods in net.opengis.gml.validation with parameters of type GridEnvelopeType Modifier and Type Method Description boolean
GridLimitsTypeValidator. validateGridEnvelope(GridEnvelopeType value)
-