Uses of Interface
net.opengis.gml311.CoordinateSystemRefType
Packages that use CoordinateSystemRefType
- 
Uses of CoordinateSystemRefType in net.opengis.gml311Methods 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 TypeMethodDescriptionvoidDocumentRoot.setCoordinateSystemRef(CoordinateSystemRefType value) Sets the value of the 'Coordinate System Ref' containment reference.voidDerivedCRSType.setUsesCS(CoordinateSystemRefType value) Sets the value of the 'Uses CS' containment reference.voidDocumentRoot.setUsesCS(CoordinateSystemRefType value) Sets the value of the 'Uses CS' containment reference.voidEngineeringCRSType.setUsesCS(CoordinateSystemRefType value) Sets the value of the 'Uses CS' containment reference.
- 
Uses of CoordinateSystemRefType in net.opengis.gml311.implClasses in net.opengis.gml311.impl that implement CoordinateSystemRefTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Coordinate System Ref Type'.Fields in net.opengis.gml311.impl declared as CoordinateSystemRefTypeModifier and TypeFieldDescriptionprotected CoordinateSystemRefTypeDerivedCRSTypeImpl.usesCSThe cached value of the 'Uses CS' containment reference.protected CoordinateSystemRefTypeEngineeringCRSTypeImpl.usesCSThe 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetCoordinateSystemRef(CoordinateSystemRefType newCoordinateSystemRef, NotificationChain msgs) NotificationChainDerivedCRSTypeImpl.basicSetUsesCS(CoordinateSystemRefType newUsesCS, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetUsesCS(CoordinateSystemRefType newUsesCS, NotificationChain msgs) NotificationChainEngineeringCRSTypeImpl.basicSetUsesCS(CoordinateSystemRefType newUsesCS, NotificationChain msgs) voidDocumentRootImpl.setCoordinateSystemRef(CoordinateSystemRefType newCoordinateSystemRef) voidDerivedCRSTypeImpl.setUsesCS(CoordinateSystemRefType newUsesCS) voidDocumentRootImpl.setUsesCS(CoordinateSystemRefType newUsesCS) voidEngineeringCRSTypeImpl.setUsesCS(CoordinateSystemRefType newUsesCS) 
- 
Uses of CoordinateSystemRefType in net.opengis.gml311.utilMethods 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'.booleanGml311Validator.validateCoordinateSystemRefType(CoordinateSystemRefType coordinateSystemRefType, DiagnosticChain diagnostics, Map<Object, Object> context)