Uses of Interface
net.opengis.gml311.ProjectedCRSType
-
Packages that use ProjectedCRSType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ProjectedCRSType in net.opengis.gml311
Methods in net.opengis.gml311 that return ProjectedCRSType Modifier and Type Method Description ProjectedCRSType
Gml311Factory. createProjectedCRSType()
Returns a new object of class 'Projected CRS Type'.ProjectedCRSType
DocumentRoot. getProjectedCRS()
Returns the value of the 'Projected CRS' containment reference.ProjectedCRSType
ProjectedCRSRefType. getProjectedCRS()
Returns the value of the 'Projected CRS' containment reference.Methods in net.opengis.gml311 with parameters of type ProjectedCRSType Modifier and Type Method Description void
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 ProjectedCRSType Modifier and Type Class Description class
ProjectedCRSTypeImpl
An implementation of the model object 'Projected CRS Type'.Fields in net.opengis.gml311.impl declared as ProjectedCRSType Modifier and Type Field Description protected ProjectedCRSType
ProjectedCRSRefTypeImpl. projectedCRS
The cached value of the 'Projected CRS
' containment reference.Methods in net.opengis.gml311.impl that return ProjectedCRSType Modifier and Type Method Description ProjectedCRSType
Gml311FactoryImpl. createProjectedCRSType()
ProjectedCRSType
DocumentRootImpl. getProjectedCRS()
ProjectedCRSType
ProjectedCRSRefTypeImpl. getProjectedCRS()
Methods in net.opengis.gml311.impl with parameters of type ProjectedCRSType Modifier and Type Method Description NotificationChain
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 ProjectedCRSType Modifier and Type Method Description T
Gml311Switch. 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)
-