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 interfaceCoordinateSystemAxisTypeA 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 classCoordinateSystemAxisBaseTypeImplAn implementation of the model object 'Coordinate System Axis Base Type'.classCoordinateSystemAxisTypeImplAn 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 TGml311Switch. caseCoordinateSystemAxisBaseType(CoordinateSystemAxisBaseType object)Returns the result of interpreting the object as an instance of 'Coordinate System Axis Base Type'.booleanGml311Validator. validateCoordinateSystemAxisBaseType(CoordinateSystemAxisBaseType coordinateSystemAxisBaseType, DiagnosticChain diagnostics, Map<Object,Object> context)
-