Uses of Interface
net.opengis.gml311.RectifiedGridType
-
Packages that use RectifiedGridType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of RectifiedGridType in net.opengis.gml311
Methods in net.opengis.gml311 that return RectifiedGridType Modifier and Type Method Description RectifiedGridType
Gml311Factory. createRectifiedGridType()
Returns a new object of class 'Rectified Grid Type'.RectifiedGridType
DocumentRoot. getRectifiedGrid()
Returns the value of the 'Rectified Grid' containment reference.RectifiedGridType
RectifiedGridDomainType. getRectifiedGrid()
Returns the value of the 'Rectified Grid' containment reference.Methods in net.opengis.gml311 with parameters of type RectifiedGridType Modifier and Type Method Description void
DocumentRoot. setRectifiedGrid(RectifiedGridType value)
Sets the value of the 'Rectified Grid
' containment reference.void
RectifiedGridDomainType. setRectifiedGrid(RectifiedGridType value)
Sets the value of the 'Rectified Grid
' containment reference. -
Uses of RectifiedGridType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement RectifiedGridType Modifier and Type Class Description class
RectifiedGridTypeImpl
An implementation of the model object 'Rectified Grid Type'.Fields in net.opengis.gml311.impl declared as RectifiedGridType Modifier and Type Field Description protected RectifiedGridType
RectifiedGridDomainTypeImpl. rectifiedGrid
The cached value of the 'Rectified Grid
' containment reference.Methods in net.opengis.gml311.impl that return RectifiedGridType Modifier and Type Method Description RectifiedGridType
Gml311FactoryImpl. createRectifiedGridType()
RectifiedGridType
DocumentRootImpl. getRectifiedGrid()
RectifiedGridType
RectifiedGridDomainTypeImpl. getRectifiedGrid()
Methods in net.opengis.gml311.impl with parameters of type RectifiedGridType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetRectifiedGrid(RectifiedGridType newRectifiedGrid, NotificationChain msgs)
NotificationChain
RectifiedGridDomainTypeImpl. basicSetRectifiedGrid(RectifiedGridType newRectifiedGrid, NotificationChain msgs)
void
DocumentRootImpl. setRectifiedGrid(RectifiedGridType newRectifiedGrid)
void
RectifiedGridDomainTypeImpl. setRectifiedGrid(RectifiedGridType newRectifiedGrid)
-
Uses of RectifiedGridType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type RectifiedGridType Modifier and Type Method Description T
Gml311Switch. caseRectifiedGridType(RectifiedGridType object)
Returns the result of interpreting the object as an instance of 'Rectified Grid Type'.boolean
Gml311Validator. validateRectifiedGridType(RectifiedGridType rectifiedGridType, DiagnosticChain diagnostics, Map<Object,Object> context)
-