Uses of Interface
net.opengis.gml311.CoordinateSystemAxisType
-
Packages that use CoordinateSystemAxisType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CoordinateSystemAxisType in net.opengis.gml311
Methods in net.opengis.gml311 that return CoordinateSystemAxisType Modifier and Type Method Description CoordinateSystemAxisType
Gml311Factory. createCoordinateSystemAxisType()
Returns a new object of class 'Coordinate System Axis Type'.CoordinateSystemAxisType
CoordinateSystemAxisRefType. getCoordinateSystemAxis()
Returns the value of the 'Coordinate System Axis' containment reference.CoordinateSystemAxisType
DocumentRoot. getCoordinateSystemAxis()
Returns the value of the 'Coordinate System Axis' containment reference.Methods in net.opengis.gml311 with parameters of type CoordinateSystemAxisType Modifier and Type Method Description void
CoordinateSystemAxisRefType. setCoordinateSystemAxis(CoordinateSystemAxisType value)
Sets the value of the 'Coordinate System Axis
' containment reference.void
DocumentRoot. setCoordinateSystemAxis(CoordinateSystemAxisType value)
Sets the value of the 'Coordinate System Axis
' containment reference. -
Uses of CoordinateSystemAxisType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CoordinateSystemAxisType Modifier and Type Class Description class
CoordinateSystemAxisTypeImpl
An implementation of the model object 'Coordinate System Axis Type'.Fields in net.opengis.gml311.impl declared as CoordinateSystemAxisType Modifier and Type Field Description protected CoordinateSystemAxisType
CoordinateSystemAxisRefTypeImpl. coordinateSystemAxis
The cached value of the 'Coordinate System Axis
' containment reference.Methods in net.opengis.gml311.impl that return CoordinateSystemAxisType Modifier and Type Method Description CoordinateSystemAxisType
Gml311FactoryImpl. createCoordinateSystemAxisType()
CoordinateSystemAxisType
CoordinateSystemAxisRefTypeImpl. getCoordinateSystemAxis()
CoordinateSystemAxisType
DocumentRootImpl. getCoordinateSystemAxis()
Methods in net.opengis.gml311.impl with parameters of type CoordinateSystemAxisType Modifier and Type Method Description NotificationChain
CoordinateSystemAxisRefTypeImpl. basicSetCoordinateSystemAxis(CoordinateSystemAxisType newCoordinateSystemAxis, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetCoordinateSystemAxis(CoordinateSystemAxisType newCoordinateSystemAxis, NotificationChain msgs)
void
CoordinateSystemAxisRefTypeImpl. setCoordinateSystemAxis(CoordinateSystemAxisType newCoordinateSystemAxis)
void
DocumentRootImpl. setCoordinateSystemAxis(CoordinateSystemAxisType newCoordinateSystemAxis)
-
Uses of CoordinateSystemAxisType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CoordinateSystemAxisType Modifier and Type Method Description T
Gml311Switch. caseCoordinateSystemAxisType(CoordinateSystemAxisType object)
Returns the result of interpreting the object as an instance of 'Coordinate System Axis Type'.boolean
Gml311Validator. validateCoordinateSystemAxisType(CoordinateSystemAxisType coordinateSystemAxisType, DiagnosticChain diagnostics, Map<Object,Object> context)
-