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 GridEnvelopeTypeGml311Factory. createGridEnvelopeType()Returns a new object of class 'Grid Envelope Type'.GridEnvelopeTypeGridLimitsType. 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 voidGridLimitsType. 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 classGridEnvelopeTypeImplAn implementation of the model object 'Grid Envelope Type'.Fields in net.opengis.gml311.impl declared as GridEnvelopeType Modifier and Type Field Description protected GridEnvelopeTypeGridLimitsTypeImpl. gridEnvelopeThe cached value of the 'Grid Envelope' containment reference.Methods in net.opengis.gml311.impl that return GridEnvelopeType Modifier and Type Method Description GridEnvelopeTypeGml311FactoryImpl. createGridEnvelopeType()GridEnvelopeTypeGridLimitsTypeImpl. getGridEnvelope()Methods in net.opengis.gml311.impl with parameters of type GridEnvelopeType Modifier and Type Method Description NotificationChainGridLimitsTypeImpl. basicSetGridEnvelope(GridEnvelopeType newGridEnvelope, NotificationChain msgs)voidGridLimitsTypeImpl. 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 TGml311Switch. caseGridEnvelopeType(GridEnvelopeType object)Returns the result of interpreting the object as an instance of 'Grid Envelope Type'.booleanGml311Validator. validateGridEnvelopeType(GridEnvelopeType gridEnvelopeType, DiagnosticChain diagnostics, Map<Object,Object> context)
-