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 ProjectedCRSRefTypeGml311Factory. createProjectedCRSRefType()Returns a new object of class 'Projected CRS Ref Type'.ProjectedCRSRefTypeDocumentRoot. 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 voidDocumentRoot. 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 classProjectedCRSRefTypeImplAn implementation of the model object 'Projected CRS Ref Type'.Methods in net.opengis.gml311.impl that return ProjectedCRSRefType Modifier and Type Method Description ProjectedCRSRefTypeGml311FactoryImpl. createProjectedCRSRefType()ProjectedCRSRefTypeDocumentRootImpl. getProjectedCRSRef()Methods in net.opengis.gml311.impl with parameters of type ProjectedCRSRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetProjectedCRSRef(ProjectedCRSRefType newProjectedCRSRef, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseProjectedCRSRefType(ProjectedCRSRefType object)Returns the result of interpreting the object as an instance of 'Projected CRS Ref Type'.booleanGml311Validator. validateProjectedCRSRefType(ProjectedCRSRefType projectedCRSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-