Uses of Interface
net.opengis.gml311.GridLengthType
-
Packages that use GridLengthType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of GridLengthType in net.opengis.gml311
Methods in net.opengis.gml311 that return GridLengthType Modifier and Type Method Description GridLengthType
Gml311Factory. createGridLengthType()
Returns a new object of class 'Grid Length Type'. -
Uses of GridLengthType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GridLengthType Modifier and Type Class Description class
GridLengthTypeImpl
An implementation of the model object 'Grid Length Type'.Methods in net.opengis.gml311.impl that return GridLengthType Modifier and Type Method Description GridLengthType
Gml311FactoryImpl. createGridLengthType()
-
Uses of GridLengthType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GridLengthType Modifier and Type Method Description T
Gml311Switch. caseGridLengthType(GridLengthType object)
Returns the result of interpreting the object as an instance of 'Grid Length Type'.boolean
Gml311Validator. validateGridLengthType(GridLengthType gridLengthType, DiagnosticChain diagnostics, Map<Object,Object> context)
-