Uses of Interface
net.opengis.gml311.CoordinateSystemRefType
Packages that use CoordinateSystemRefType
-
Uses of CoordinateSystemRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return CoordinateSystemRefTypeModifier and TypeMethodDescriptionGml311Factory.createCoordinateSystemRefType()
Returns a new object of class 'Coordinate System Ref Type'.DocumentRoot.getCoordinateSystemRef()
Returns the value of the 'Coordinate System Ref' containment reference.DerivedCRSType.getUsesCS()
Returns the value of the 'Uses CS' containment reference.DocumentRoot.getUsesCS()
Returns the value of the 'Uses CS' containment reference.EngineeringCRSType.getUsesCS()
Returns the value of the 'Uses CS' containment reference.Methods in net.opengis.gml311 with parameters of type CoordinateSystemRefTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setCoordinateSystemRef
(CoordinateSystemRefType value) Sets the value of the 'Coordinate System Ref
' containment reference.void
DerivedCRSType.setUsesCS
(CoordinateSystemRefType value) Sets the value of the 'Uses CS
' containment reference.void
DocumentRoot.setUsesCS
(CoordinateSystemRefType value) Sets the value of the 'Uses CS
' containment reference.void
EngineeringCRSType.setUsesCS
(CoordinateSystemRefType value) Sets the value of the 'Uses CS
' containment reference. -
Uses of CoordinateSystemRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CoordinateSystemRefTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Coordinate System Ref Type'.Fields in net.opengis.gml311.impl declared as CoordinateSystemRefTypeModifier and TypeFieldDescriptionprotected CoordinateSystemRefType
DerivedCRSTypeImpl.usesCS
The cached value of the 'Uses CS
' containment reference.protected CoordinateSystemRefType
EngineeringCRSTypeImpl.usesCS
The cached value of the 'Uses CS
' containment reference.Methods in net.opengis.gml311.impl that return CoordinateSystemRefTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createCoordinateSystemRefType()
DocumentRootImpl.getCoordinateSystemRef()
DerivedCRSTypeImpl.getUsesCS()
DocumentRootImpl.getUsesCS()
EngineeringCRSTypeImpl.getUsesCS()
Methods in net.opengis.gml311.impl with parameters of type CoordinateSystemRefTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetCoordinateSystemRef
(CoordinateSystemRefType newCoordinateSystemRef, NotificationChain msgs) NotificationChain
DerivedCRSTypeImpl.basicSetUsesCS
(CoordinateSystemRefType newUsesCS, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetUsesCS
(CoordinateSystemRefType newUsesCS, NotificationChain msgs) NotificationChain
EngineeringCRSTypeImpl.basicSetUsesCS
(CoordinateSystemRefType newUsesCS, NotificationChain msgs) void
DocumentRootImpl.setCoordinateSystemRef
(CoordinateSystemRefType newCoordinateSystemRef) void
DerivedCRSTypeImpl.setUsesCS
(CoordinateSystemRefType newUsesCS) void
DocumentRootImpl.setUsesCS
(CoordinateSystemRefType newUsesCS) void
EngineeringCRSTypeImpl.setUsesCS
(CoordinateSystemRefType newUsesCS) -
Uses of CoordinateSystemRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CoordinateSystemRefTypeModifier and TypeMethodDescriptionGml311Switch.caseCoordinateSystemRefType
(CoordinateSystemRefType object) Returns the result of interpreting the object as an instance of 'Coordinate System Ref Type'.boolean
Gml311Validator.validateCoordinateSystemRefType
(CoordinateSystemRefType coordinateSystemRefType, DiagnosticChain diagnostics, Map<Object, Object> context)