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.gml
Subinterfaces of GridType in net.opengis.gml Modifier and Type Interface Description interface
RectifiedGridType
A representation of the model object 'Rectified Grid Type'.Methods in net.opengis.gml that return GridType Modifier and Type Method Description GridType
GmlFactory. createGridType()
Returns a new object of class 'Grid Type'.GridType
DocumentRoot. getGrid()
Returns the value of the 'Grid' containment reference.Methods in net.opengis.gml with parameters of type GridType Modifier and Type Method Description void
DocumentRoot. setGrid(GridType value)
Sets the value of the 'Grid
' containment reference. -
Uses of GridType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement GridType Modifier and Type Class Description class
GridTypeImpl
An implementation of the model object 'Grid Type'.class
RectifiedGridTypeImpl
An implementation of the model object 'Rectified Grid Type'.Methods in net.opengis.gml.impl that return GridType Modifier and Type Method Description GridType
GmlFactoryImpl. createGridType()
GridType
DocumentRootImpl. getGrid()
Methods in net.opengis.gml.impl with parameters of type GridType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGrid(GridType newGrid, NotificationChain msgs)
void
DocumentRootImpl. setGrid(GridType newGrid)
-
Uses of GridType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type GridType Modifier and Type Method Description Object
GmlSwitch. caseGridType(GridType object)
Returns the result of interpreting the object as an instance of 'Grid Type'.boolean
GmlValidator. validateGridType(GridType gridType, DiagnosticChain diagnostics, Map context)
-
Uses of GridType in net.opengis.gml.validation
Methods in net.opengis.gml.validation with parameters of type GridType Modifier and Type Method Description boolean
DocumentRootValidator. validateGrid(GridType value)
-