Uses of Interface
net.opengis.gml311.ProjectedCRSRefType
-
Packages that use ProjectedCRSRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ProjectedCRSRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return ProjectedCRSRefType Modifier and Type Method Description ProjectedCRSRefType
Gml311Factory. createProjectedCRSRefType()
Returns a new object of class 'Projected CRS Ref Type'.ProjectedCRSRefType
DocumentRoot. getProjectedCRSRef()
Returns the value of the 'Projected CRS Ref' containment reference.Methods in net.opengis.gml311 with parameters of type ProjectedCRSRefType Modifier and Type Method Description void
DocumentRoot. setProjectedCRSRef(ProjectedCRSRefType value)
Sets the value of the 'Projected CRS Ref
' containment reference. -
Uses of ProjectedCRSRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ProjectedCRSRefType Modifier and Type Class Description class
ProjectedCRSRefTypeImpl
An implementation of the model object 'Projected CRS Ref Type'.Methods in net.opengis.gml311.impl that return ProjectedCRSRefType Modifier and Type Method Description ProjectedCRSRefType
Gml311FactoryImpl. createProjectedCRSRefType()
ProjectedCRSRefType
DocumentRootImpl. getProjectedCRSRef()
Methods in net.opengis.gml311.impl with parameters of type ProjectedCRSRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetProjectedCRSRef(ProjectedCRSRefType newProjectedCRSRef, NotificationChain msgs)
void
DocumentRootImpl. setProjectedCRSRef(ProjectedCRSRefType newProjectedCRSRef)
-
Uses of ProjectedCRSRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ProjectedCRSRefType Modifier and Type Method Description T
Gml311Switch. caseProjectedCRSRefType(ProjectedCRSRefType object)
Returns the result of interpreting the object as an instance of 'Projected CRS Ref Type'.boolean
Gml311Validator. validateProjectedCRSRefType(ProjectedCRSRefType projectedCRSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-