Uses of Interface
net.opengis.gml311.GridEnvelopeType
-
Packages that use GridEnvelopeType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of GridEnvelopeType in net.opengis.gml311
Methods in net.opengis.gml311 that return GridEnvelopeType Modifier and Type Method Description GridEnvelopeType
Gml311Factory. 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.gml311 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.gml311.impl
Classes in net.opengis.gml311.impl that implement GridEnvelopeType Modifier and Type Class Description class
GridEnvelopeTypeImpl
An implementation of the model object 'Grid Envelope Type'.Fields in net.opengis.gml311.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.gml311.impl that return GridEnvelopeType Modifier and Type Method Description GridEnvelopeType
Gml311FactoryImpl. createGridEnvelopeType()
GridEnvelopeType
GridLimitsTypeImpl. getGridEnvelope()
Methods in net.opengis.gml311.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.gml311.util
Methods in net.opengis.gml311.util with parameters of type GridEnvelopeType Modifier and Type Method Description T
Gml311Switch. caseGridEnvelopeType(GridEnvelopeType object)
Returns the result of interpreting the object as an instance of 'Grid Envelope Type'.boolean
Gml311Validator. validateGridEnvelopeType(GridEnvelopeType gridEnvelopeType, DiagnosticChain diagnostics, Map<Object,Object> context)
-