Uses of Interface
net.opengis.gml311.CoordinateSystemAxisBaseType
-
Packages that use CoordinateSystemAxisBaseType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CoordinateSystemAxisBaseType in net.opengis.gml311
Subinterfaces of CoordinateSystemAxisBaseType in net.opengis.gml311 Modifier and Type Interface Description interface
CoordinateSystemAxisType
A representation of the model object 'Coordinate System Axis Type'. -
Uses of CoordinateSystemAxisBaseType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CoordinateSystemAxisBaseType Modifier and Type Class Description class
CoordinateSystemAxisBaseTypeImpl
An implementation of the model object 'Coordinate System Axis Base Type'.class
CoordinateSystemAxisTypeImpl
An implementation of the model object 'Coordinate System Axis Type'. -
Uses of CoordinateSystemAxisBaseType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CoordinateSystemAxisBaseType Modifier and Type Method Description T
Gml311Switch. caseCoordinateSystemAxisBaseType(CoordinateSystemAxisBaseType object)
Returns the result of interpreting the object as an instance of 'Coordinate System Axis Base Type'.boolean
Gml311Validator. validateCoordinateSystemAxisBaseType(CoordinateSystemAxisBaseType coordinateSystemAxisBaseType, DiagnosticChain diagnostics, Map<Object,Object> context)
-