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.gmlMethods in net.opengis.gml that return GridEnvelopeType Modifier and Type Method Description GridEnvelopeTypeGmlFactory. 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.gml 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.gml.implClasses in net.opengis.gml.impl that implement GridEnvelopeType Modifier and Type Class Description classGridEnvelopeTypeImplAn implementation of the model object 'Grid Envelope Type'.Fields in net.opengis.gml.impl declared as GridEnvelopeType Modifier and Type Field Description protected GridEnvelopeTypeGridLimitsTypeImpl. gridEnvelopeThe cached value of the 'Grid Envelope' containment reference.Methods in net.opengis.gml.impl that return GridEnvelopeType Modifier and Type Method Description GridEnvelopeTypeGmlFactoryImpl. createGridEnvelopeType()GridEnvelopeTypeGridLimitsTypeImpl. getGridEnvelope()Methods in net.opengis.gml.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.gml.utilMethods in net.opengis.gml.util with parameters of type GridEnvelopeType Modifier and Type Method Description ObjectGmlSwitch. caseGridEnvelopeType(GridEnvelopeType object)Returns the result of interpreting the object as an instance of 'Grid Envelope Type'.booleanGmlValidator. validateGridEnvelopeType(GridEnvelopeType gridEnvelopeType, DiagnosticChain diagnostics, Map context)
- 
Uses of GridEnvelopeType in net.opengis.gml.validationMethods in net.opengis.gml.validation with parameters of type GridEnvelopeType Modifier and Type Method Description booleanGridLimitsTypeValidator. validateGridEnvelope(GridEnvelopeType value)
 
-