Uses of Interface
net.opengis.gml311.CoordinateSystemAxisRefType
-
Packages that use CoordinateSystemAxisRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CoordinateSystemAxisRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return CoordinateSystemAxisRefType Modifier and Type Method Description CoordinateSystemAxisRefType
Gml311Factory. createCoordinateSystemAxisRefType()
Returns a new object of class 'Coordinate System Axis Ref Type'.CoordinateSystemAxisRefType
DocumentRoot. getCoordinateSystemAxisRef()
Returns the value of the 'Coordinate System Axis Ref' containment reference.CoordinateSystemAxisRefType
DocumentRoot. getUsesAxis()
Returns the value of the 'Uses Axis' containment reference.Methods in net.opengis.gml311 that return types with arguments of type CoordinateSystemAxisRefType Modifier and Type Method Description EList<CoordinateSystemAxisRefType>
AbstractCoordinateSystemType. getUsesAxis()
Returns the value of the 'Uses Axis' containment reference list.Methods in net.opengis.gml311 with parameters of type CoordinateSystemAxisRefType Modifier and Type Method Description void
DocumentRoot. setCoordinateSystemAxisRef(CoordinateSystemAxisRefType value)
Sets the value of the 'Coordinate System Axis Ref
' containment reference.void
DocumentRoot. setUsesAxis(CoordinateSystemAxisRefType value)
Sets the value of the 'Uses Axis
' containment reference. -
Uses of CoordinateSystemAxisRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CoordinateSystemAxisRefType Modifier and Type Class Description class
CoordinateSystemAxisRefTypeImpl
An implementation of the model object 'Coordinate System Axis Ref Type'.Fields in net.opengis.gml311.impl with type parameters of type CoordinateSystemAxisRefType Modifier and Type Field Description protected EList<CoordinateSystemAxisRefType>
AbstractCoordinateSystemTypeImpl. usesAxis
The cached value of the 'Uses Axis
' containment reference list.Methods in net.opengis.gml311.impl that return CoordinateSystemAxisRefType Modifier and Type Method Description CoordinateSystemAxisRefType
Gml311FactoryImpl. createCoordinateSystemAxisRefType()
CoordinateSystemAxisRefType
DocumentRootImpl. getCoordinateSystemAxisRef()
CoordinateSystemAxisRefType
DocumentRootImpl. getUsesAxis()
Methods in net.opengis.gml311.impl that return types with arguments of type CoordinateSystemAxisRefType Modifier and Type Method Description EList<CoordinateSystemAxisRefType>
AbstractCoordinateSystemTypeImpl. getUsesAxis()
Methods in net.opengis.gml311.impl with parameters of type CoordinateSystemAxisRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetCoordinateSystemAxisRef(CoordinateSystemAxisRefType newCoordinateSystemAxisRef, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetUsesAxis(CoordinateSystemAxisRefType newUsesAxis, NotificationChain msgs)
void
DocumentRootImpl. setCoordinateSystemAxisRef(CoordinateSystemAxisRefType newCoordinateSystemAxisRef)
void
DocumentRootImpl. setUsesAxis(CoordinateSystemAxisRefType newUsesAxis)
-
Uses of CoordinateSystemAxisRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CoordinateSystemAxisRefType Modifier and Type Method Description T
Gml311Switch. caseCoordinateSystemAxisRefType(CoordinateSystemAxisRefType object)
Returns the result of interpreting the object as an instance of 'Coordinate System Axis Ref Type'.boolean
Gml311Validator. validateCoordinateSystemAxisRefType(CoordinateSystemAxisRefType coordinateSystemAxisRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-