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 ProjectedCRSTypeGml311Factory. createProjectedCRSType()Returns a new object of class 'Projected CRS Type'.ProjectedCRSTypeDocumentRoot. getProjectedCRS()Returns the value of the 'Projected CRS' containment reference.ProjectedCRSTypeProjectedCRSRefType. 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 voidDocumentRoot. setProjectedCRS(ProjectedCRSType value)Sets the value of the 'Projected CRS' containment reference.voidProjectedCRSRefType. 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 classProjectedCRSTypeImplAn implementation of the model object 'Projected CRS Type'.Fields in net.opengis.gml311.impl declared as ProjectedCRSType Modifier and Type Field Description protected ProjectedCRSTypeProjectedCRSRefTypeImpl. projectedCRSThe cached value of the 'Projected CRS' containment reference.Methods in net.opengis.gml311.impl that return ProjectedCRSType Modifier and Type Method Description ProjectedCRSTypeGml311FactoryImpl. createProjectedCRSType()ProjectedCRSTypeDocumentRootImpl. getProjectedCRS()ProjectedCRSTypeProjectedCRSRefTypeImpl. getProjectedCRS()Methods in net.opengis.gml311.impl with parameters of type ProjectedCRSType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetProjectedCRS(ProjectedCRSType newProjectedCRS, NotificationChain msgs)NotificationChainProjectedCRSRefTypeImpl. basicSetProjectedCRS(ProjectedCRSType newProjectedCRS, NotificationChain msgs)voidDocumentRootImpl. setProjectedCRS(ProjectedCRSType newProjectedCRS)voidProjectedCRSRefTypeImpl. 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 TGml311Switch. caseProjectedCRSType(ProjectedCRSType object)Returns the result of interpreting the object as an instance of 'Projected CRS Type'.booleanGml311Validator. validateProjectedCRSType(ProjectedCRSType projectedCRSType, DiagnosticChain diagnostics, Map<Object,Object> context)
-