Uses of Interface
net.opengis.gml311.ProjectedCRSType
Packages that use ProjectedCRSType
-
Uses of ProjectedCRSType in net.opengis.gml311
Methods in net.opengis.gml311 that return ProjectedCRSTypeModifier and TypeMethodDescriptionGml311Factory.createProjectedCRSType()
Returns a new object of class 'Projected CRS Type'.DocumentRoot.getProjectedCRS()
Returns the value of the 'Projected CRS' containment reference.ProjectedCRSRefType.getProjectedCRS()
Returns the value of the 'Projected CRS' containment reference.Methods in net.opengis.gml311 with parameters of type ProjectedCRSTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setProjectedCRS
(ProjectedCRSType value) Sets the value of the 'Projected CRS
' containment reference.void
ProjectedCRSRefType.setProjectedCRS
(ProjectedCRSType value) Sets the value of the 'Projected CRS
' containment reference. -
Uses of ProjectedCRSType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ProjectedCRSTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Projected CRS Type'.Fields in net.opengis.gml311.impl declared as ProjectedCRSTypeModifier and TypeFieldDescriptionprotected ProjectedCRSType
ProjectedCRSRefTypeImpl.projectedCRS
The cached value of the 'Projected CRS
' containment reference.Methods in net.opengis.gml311.impl that return ProjectedCRSTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createProjectedCRSType()
DocumentRootImpl.getProjectedCRS()
ProjectedCRSRefTypeImpl.getProjectedCRS()
Methods in net.opengis.gml311.impl with parameters of type ProjectedCRSTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetProjectedCRS
(ProjectedCRSType newProjectedCRS, NotificationChain msgs) NotificationChain
ProjectedCRSRefTypeImpl.basicSetProjectedCRS
(ProjectedCRSType newProjectedCRS, NotificationChain msgs) void
DocumentRootImpl.setProjectedCRS
(ProjectedCRSType newProjectedCRS) void
ProjectedCRSRefTypeImpl.setProjectedCRS
(ProjectedCRSType newProjectedCRS) -
Uses of ProjectedCRSType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ProjectedCRSTypeModifier and TypeMethodDescriptionGml311Switch.caseProjectedCRSType
(ProjectedCRSType object) Returns the result of interpreting the object as an instance of 'Projected CRS Type'.boolean
Gml311Validator.validateProjectedCRSType
(ProjectedCRSType projectedCRSType, DiagnosticChain diagnostics, Map<Object, Object> context)