Uses of Interface
net.opengis.gml.GridType
- 
Packages that use GridType Package Description net.opengis.gml net.opengis.gml.impl net.opengis.gml.util net.opengis.gml.validation 
- 
- 
Uses of GridType in net.opengis.gmlSubinterfaces of GridType in net.opengis.gml Modifier and Type Interface Description interfaceRectifiedGridTypeA representation of the model object 'Rectified Grid Type'.Methods in net.opengis.gml that return GridType Modifier and Type Method Description GridTypeGmlFactory. createGridType()Returns a new object of class 'Grid Type'.GridTypeDocumentRoot. getGrid()Returns the value of the 'Grid' containment reference.Methods in net.opengis.gml with parameters of type GridType Modifier and Type Method Description voidDocumentRoot. setGrid(GridType value)Sets the value of the 'Grid' containment reference.
- 
Uses of GridType in net.opengis.gml.implClasses in net.opengis.gml.impl that implement GridType Modifier and Type Class Description classGridTypeImplAn implementation of the model object 'Grid Type'.classRectifiedGridTypeImplAn implementation of the model object 'Rectified Grid Type'.Methods in net.opengis.gml.impl that return GridType Modifier and Type Method Description GridTypeGmlFactoryImpl. createGridType()GridTypeDocumentRootImpl. getGrid()Methods in net.opengis.gml.impl with parameters of type GridType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGrid(GridType newGrid, NotificationChain msgs)voidDocumentRootImpl. setGrid(GridType newGrid)
- 
Uses of GridType in net.opengis.gml.utilMethods in net.opengis.gml.util with parameters of type GridType Modifier and Type Method Description ObjectGmlSwitch. caseGridType(GridType object)Returns the result of interpreting the object as an instance of 'Grid Type'.booleanGmlValidator. validateGridType(GridType gridType, DiagnosticChain diagnostics, Map context)
- 
Uses of GridType in net.opengis.gml.validationMethods in net.opengis.gml.validation with parameters of type GridType Modifier and Type Method Description booleanDocumentRootValidator. validateGrid(GridType value)
 
-