Uses of Interface
net.opengis.gml311.AbstractReferenceSystemType
Packages that use AbstractReferenceSystemType
-
Uses of AbstractReferenceSystemType in net.opengis.gml311
Subinterfaces of AbstractReferenceSystemType in net.opengis.gml311Modifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Abstract General Derived CRS Type'.interfaceA representation of the model object 'Compound CRS Type'.interfaceA representation of the model object 'Derived CRS Type'.interfaceA representation of the model object 'Engineering CRS Type'.interfaceA representation of the model object 'Geocentric CRS Type'.interfaceA representation of the model object 'Geographic CRS Type'.interfaceA representation of the model object 'Image CRS Type'.interfaceA representation of the model object 'Projected CRS Type'.interfaceA representation of the model object 'Temporal CRS Type'.interfaceA representation of the model object 'Vertical CRS Type'.Methods in net.opengis.gml311 that return AbstractReferenceSystemTypeModifier and TypeMethodDescriptionCoordinateReferenceSystemRefType.getCoordinateReferenceSystem()Returns the value of the 'Coordinate Reference System' containment reference.DocumentRoot.getCoordinateReferenceSystem()Returns the value of the 'Coordinate Reference System' containment reference.CRSRefType.getCRS()Returns the value of the 'CRS' containment reference.DocumentRoot.getCRS()Returns the value of the 'CRS' containment reference.DocumentRoot.getReferenceSystem()Returns the value of the 'Reference System' containment reference.ReferenceSystemRefType.getReferenceSystem()Returns the value of the 'Reference System' containment reference. -
Uses of AbstractReferenceSystemType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractReferenceSystemTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Abstract General Derived CRS Type'.classAn implementation of the model object 'Abstract Reference System Type'.classAn implementation of the model object 'Compound CRS Type'.classAn implementation of the model object 'Derived CRS Type'.classAn implementation of the model object 'Engineering CRS Type'.classAn implementation of the model object 'Geocentric CRS Type'.classAn implementation of the model object 'Geographic CRS Type'.classAn implementation of the model object 'Image CRS Type'.classAn implementation of the model object 'Projected CRS Type'.classAn implementation of the model object 'Temporal CRS Type'.classAn implementation of the model object 'Vertical CRS Type'.Methods in net.opengis.gml311.impl that return AbstractReferenceSystemTypeModifier and TypeMethodDescriptionCoordinateReferenceSystemRefTypeImpl.getCoordinateReferenceSystem()DocumentRootImpl.getCoordinateReferenceSystem()CRSRefTypeImpl.getCRS()DocumentRootImpl.getCRS()DocumentRootImpl.getReferenceSystem()ReferenceSystemRefTypeImpl.getReferenceSystem()Methods in net.opengis.gml311.impl with parameters of type AbstractReferenceSystemTypeModifier and TypeMethodDescriptionNotificationChainCoordinateReferenceSystemRefTypeImpl.basicSetCoordinateReferenceSystem(AbstractReferenceSystemType newCoordinateReferenceSystem, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetCoordinateReferenceSystem(AbstractReferenceSystemType newCoordinateReferenceSystem, NotificationChain msgs) NotificationChainCRSRefTypeImpl.basicSetCRS(AbstractReferenceSystemType newCRS, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetCRS(AbstractReferenceSystemType newCRS, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetReferenceSystem(AbstractReferenceSystemType newReferenceSystem, NotificationChain msgs) NotificationChainReferenceSystemRefTypeImpl.basicSetReferenceSystem(AbstractReferenceSystemType newReferenceSystem, NotificationChain msgs) -
Uses of AbstractReferenceSystemType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractReferenceSystemTypeModifier and TypeMethodDescriptionGml311Switch.caseAbstractReferenceSystemType(AbstractReferenceSystemType object) Returns the result of interpreting the object as an instance of 'Abstract Reference System Type'.booleanGml311Validator.validateAbstractReferenceSystemType(AbstractReferenceSystemType abstractReferenceSystemType, DiagnosticChain diagnostics, Map<Object, Object> context)