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 TypeMethodDescriptionvoidAbstractGeneralDerivedCRSType.setBaseCRS(CoordinateReferenceSystemRefType value) Sets the value of the 'Base CRS' containment reference.voidDocumentRoot.setBaseCRS(CoordinateReferenceSystemRefType value) Sets the value of the 'Base CRS' containment reference.voidDocumentRoot.setCoordinateReferenceSystemRef(CoordinateReferenceSystemRefType value) Sets the value of the 'Coordinate Reference System Ref' containment reference.voidDocumentRoot.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 TypeClassDescriptionclassAn implementation of the model object 'Coordinate Reference System Ref Type'.Fields in net.opengis.gml311.impl declared as CoordinateReferenceSystemRefTypeModifier and TypeFieldDescriptionprotected CoordinateReferenceSystemRefTypeAbstractGeneralDerivedCRSTypeImpl.baseCRSThe 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.includesCRSThe 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 TypeMethodDescriptionNotificationChainAbstractGeneralDerivedCRSTypeImpl.basicSetBaseCRS(CoordinateReferenceSystemRefType newBaseCRS, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetBaseCRS(CoordinateReferenceSystemRefType newBaseCRS, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetCoordinateReferenceSystemRef(CoordinateReferenceSystemRefType newCoordinateReferenceSystemRef, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetIncludesCRS(CoordinateReferenceSystemRefType newIncludesCRS, NotificationChain msgs) voidAbstractGeneralDerivedCRSTypeImpl.setBaseCRS(CoordinateReferenceSystemRefType newBaseCRS) voidDocumentRootImpl.setBaseCRS(CoordinateReferenceSystemRefType newBaseCRS) voidDocumentRootImpl.setCoordinateReferenceSystemRef(CoordinateReferenceSystemRefType newCoordinateReferenceSystemRef) voidDocumentRootImpl.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'.booleanGml311Validator.validateCoordinateReferenceSystemRefType(CoordinateReferenceSystemRefType coordinateReferenceSystemRefType, DiagnosticChain diagnostics, Map<Object, Object> context)