Uses of Interface
net.opengis.gml311.RowType
-
Packages that use RowType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of RowType in net.opengis.gml311
Methods in net.opengis.gml311 that return RowType Modifier and Type Method Description RowType
Gml311Factory. createRowType()
Returns a new object of class 'Row Type'.Methods in net.opengis.gml311 that return types with arguments of type RowType Modifier and Type Method Description EList<RowType>
AbstractGriddedSurfaceType. getRow()
Returns the value of the 'Row' containment reference list. -
Uses of RowType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement RowType Modifier and Type Class Description class
RowTypeImpl
An implementation of the model object 'Row Type'.Fields in net.opengis.gml311.impl with type parameters of type RowType Modifier and Type Field Description protected EList<RowType>
AbstractGriddedSurfaceTypeImpl. row
The cached value of the 'Row
' containment reference list.Methods in net.opengis.gml311.impl that return RowType Modifier and Type Method Description RowType
Gml311FactoryImpl. createRowType()
Methods in net.opengis.gml311.impl that return types with arguments of type RowType Modifier and Type Method Description EList<RowType>
AbstractGriddedSurfaceTypeImpl. getRow()
-
Uses of RowType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type RowType Modifier and Type Method Description T
Gml311Switch. caseRowType(RowType object)
Returns the result of interpreting the object as an instance of 'Row Type'.boolean
Gml311Validator. validateRowType(RowType rowType, DiagnosticChain diagnostics, Map<Object,Object> context)
-