Uses of Interface
net.opengis.gml311.PolarCSType
-
Packages that use PolarCSType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of PolarCSType in net.opengis.gml311
Methods in net.opengis.gml311 that return PolarCSType Modifier and Type Method Description PolarCSTypeGml311Factory. createPolarCSType()Returns a new object of class 'Polar CS Type'.PolarCSTypeDocumentRoot. getPolarCS()Returns the value of the 'Polar CS' containment reference.PolarCSTypePolarCSRefType. getPolarCS()Returns the value of the 'Polar CS' containment reference.Methods in net.opengis.gml311 with parameters of type PolarCSType Modifier and Type Method Description voidDocumentRoot. setPolarCS(PolarCSType value)Sets the value of the 'Polar CS' containment reference.voidPolarCSRefType. setPolarCS(PolarCSType value)Sets the value of the 'Polar CS' containment reference. -
Uses of PolarCSType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement PolarCSType Modifier and Type Class Description classPolarCSTypeImplAn implementation of the model object 'Polar CS Type'.Fields in net.opengis.gml311.impl declared as PolarCSType Modifier and Type Field Description protected PolarCSTypePolarCSRefTypeImpl. polarCSThe cached value of the 'Polar CS' containment reference.Methods in net.opengis.gml311.impl that return PolarCSType Modifier and Type Method Description PolarCSTypeGml311FactoryImpl. createPolarCSType()PolarCSTypeDocumentRootImpl. getPolarCS()PolarCSTypePolarCSRefTypeImpl. getPolarCS()Methods in net.opengis.gml311.impl with parameters of type PolarCSType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetPolarCS(PolarCSType newPolarCS, NotificationChain msgs)NotificationChainPolarCSRefTypeImpl. basicSetPolarCS(PolarCSType newPolarCS, NotificationChain msgs)voidDocumentRootImpl. setPolarCS(PolarCSType newPolarCS)voidPolarCSRefTypeImpl. setPolarCS(PolarCSType newPolarCS) -
Uses of PolarCSType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type PolarCSType Modifier and Type Method Description TGml311Switch. casePolarCSType(PolarCSType object)Returns the result of interpreting the object as an instance of 'Polar CS Type'.booleanGml311Validator. validatePolarCSType(PolarCSType polarCSType, DiagnosticChain diagnostics, Map<Object,Object> context)
-