Uses of Interface
net.opengis.gml311.CoordinateReferenceSystemRefType
Packages that use CoordinateReferenceSystemRefType
-
Uses of CoordinateReferenceSystemRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return CoordinateReferenceSystemRefTypeModifier and TypeMethodDescriptionGml311Factory.createCoordinateReferenceSystemRefType()
Returns a new object of class 'Coordinate Reference System Ref Type'.AbstractGeneralDerivedCRSType.getBaseCRS()
Returns the value of the 'Base CRS' containment reference.DocumentRoot.getBaseCRS()
Returns the value of the 'Base CRS' containment reference.DocumentRoot.getCoordinateReferenceSystemRef()
Returns the value of the 'Coordinate Reference System Ref' containment reference.DocumentRoot.getIncludesCRS()
Returns the value of the 'Includes CRS' containment reference.Methods in net.opengis.gml311 that return types with arguments of type CoordinateReferenceSystemRefTypeModifier and TypeMethodDescriptionCompoundCRSType.getIncludesCRS()
Returns the value of the 'Includes CRS' containment reference list.Methods in net.opengis.gml311 with parameters of type CoordinateReferenceSystemRefTypeModifier and TypeMethodDescriptionvoid
AbstractGeneralDerivedCRSType.setBaseCRS
(CoordinateReferenceSystemRefType value) Sets the value of the 'Base CRS
' containment reference.void
DocumentRoot.setBaseCRS
(CoordinateReferenceSystemRefType value) Sets the value of the 'Base CRS
' containment reference.void
DocumentRoot.setCoordinateReferenceSystemRef
(CoordinateReferenceSystemRefType value) Sets the value of the 'Coordinate Reference System Ref
' containment reference.void
DocumentRoot.setIncludesCRS
(CoordinateReferenceSystemRefType value) Sets the value of the 'Includes CRS
' containment reference. -
Uses of CoordinateReferenceSystemRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CoordinateReferenceSystemRefTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Coordinate Reference System Ref Type'.Fields in net.opengis.gml311.impl declared as CoordinateReferenceSystemRefTypeModifier and TypeFieldDescriptionprotected CoordinateReferenceSystemRefType
AbstractGeneralDerivedCRSTypeImpl.baseCRS
The cached value of the 'Base CRS
' containment reference.Fields in net.opengis.gml311.impl with type parameters of type CoordinateReferenceSystemRefTypeModifier and TypeFieldDescriptionprotected EList<CoordinateReferenceSystemRefType>
CompoundCRSTypeImpl.includesCRS
The cached value of the 'Includes CRS
' containment reference list.Methods in net.opengis.gml311.impl that return CoordinateReferenceSystemRefTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createCoordinateReferenceSystemRefType()
AbstractGeneralDerivedCRSTypeImpl.getBaseCRS()
DocumentRootImpl.getBaseCRS()
DocumentRootImpl.getCoordinateReferenceSystemRef()
DocumentRootImpl.getIncludesCRS()
Methods in net.opengis.gml311.impl that return types with arguments of type CoordinateReferenceSystemRefTypeMethods in net.opengis.gml311.impl with parameters of type CoordinateReferenceSystemRefTypeModifier and TypeMethodDescriptionNotificationChain
AbstractGeneralDerivedCRSTypeImpl.basicSetBaseCRS
(CoordinateReferenceSystemRefType newBaseCRS, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetBaseCRS
(CoordinateReferenceSystemRefType newBaseCRS, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetCoordinateReferenceSystemRef
(CoordinateReferenceSystemRefType newCoordinateReferenceSystemRef, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetIncludesCRS
(CoordinateReferenceSystemRefType newIncludesCRS, NotificationChain msgs) void
AbstractGeneralDerivedCRSTypeImpl.setBaseCRS
(CoordinateReferenceSystemRefType newBaseCRS) void
DocumentRootImpl.setBaseCRS
(CoordinateReferenceSystemRefType newBaseCRS) void
DocumentRootImpl.setCoordinateReferenceSystemRef
(CoordinateReferenceSystemRefType newCoordinateReferenceSystemRef) void
DocumentRootImpl.setIncludesCRS
(CoordinateReferenceSystemRefType newIncludesCRS) -
Uses of CoordinateReferenceSystemRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CoordinateReferenceSystemRefTypeModifier and TypeMethodDescriptionGml311Switch.caseCoordinateReferenceSystemRefType
(CoordinateReferenceSystemRefType object) Returns the result of interpreting the object as an instance of 'Coordinate Reference System Ref Type'.boolean
Gml311Validator.validateCoordinateReferenceSystemRefType
(CoordinateReferenceSystemRefType coordinateReferenceSystemRefType, DiagnosticChain diagnostics, Map<Object, Object> context)