Uses of Interface
net.opengis.gml311.DegreesType
-
Packages that use DegreesType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of DegreesType in net.opengis.gml311
Methods in net.opengis.gml311 that return DegreesType Modifier and Type Method Description DegreesTypeGml311Factory. createDegreesType()Returns a new object of class 'Degrees Type'.DegreesTypeDMSAngleType. getDegrees()Returns the value of the 'Degrees' containment reference.DegreesTypeDocumentRoot. getDegrees()Returns the value of the 'Degrees' containment reference.Methods in net.opengis.gml311 with parameters of type DegreesType Modifier and Type Method Description voidDMSAngleType. setDegrees(DegreesType value)Sets the value of the 'Degrees' containment reference.voidDocumentRoot. setDegrees(DegreesType value)Sets the value of the 'Degrees' containment reference. -
Uses of DegreesType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement DegreesType Modifier and Type Class Description classDegreesTypeImplAn implementation of the model object 'Degrees Type'.Fields in net.opengis.gml311.impl declared as DegreesType Modifier and Type Field Description protected DegreesTypeDMSAngleTypeImpl. degreesThe cached value of the 'Degrees' containment reference.Methods in net.opengis.gml311.impl that return DegreesType Modifier and Type Method Description DegreesTypeGml311FactoryImpl. createDegreesType()DegreesTypeDMSAngleTypeImpl. getDegrees()DegreesTypeDocumentRootImpl. getDegrees()Methods in net.opengis.gml311.impl with parameters of type DegreesType Modifier and Type Method Description NotificationChainDMSAngleTypeImpl. basicSetDegrees(DegreesType newDegrees, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetDegrees(DegreesType newDegrees, NotificationChain msgs)voidDMSAngleTypeImpl. setDegrees(DegreesType newDegrees)voidDocumentRootImpl. setDegrees(DegreesType newDegrees) -
Uses of DegreesType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DegreesType Modifier and Type Method Description TGml311Switch. caseDegreesType(DegreesType object)Returns the result of interpreting the object as an instance of 'Degrees Type'.booleanGml311Validator. validateDegreesType(DegreesType degreesType, DiagnosticChain diagnostics, Map<Object,Object> context)
-