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 DegreesType
Gml311Factory. createDegreesType()
Returns a new object of class 'Degrees Type'.DegreesType
DMSAngleType. getDegrees()
Returns the value of the 'Degrees' containment reference.DegreesType
DocumentRoot. getDegrees()
Returns the value of the 'Degrees' containment reference.Methods in net.opengis.gml311 with parameters of type DegreesType Modifier and Type Method Description void
DMSAngleType. setDegrees(DegreesType value)
Sets the value of the 'Degrees
' containment reference.void
DocumentRoot. 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 class
DegreesTypeImpl
An implementation of the model object 'Degrees Type'.Fields in net.opengis.gml311.impl declared as DegreesType Modifier and Type Field Description protected DegreesType
DMSAngleTypeImpl. degrees
The cached value of the 'Degrees
' containment reference.Methods in net.opengis.gml311.impl that return DegreesType Modifier and Type Method Description DegreesType
Gml311FactoryImpl. createDegreesType()
DegreesType
DMSAngleTypeImpl. getDegrees()
DegreesType
DocumentRootImpl. getDegrees()
Methods in net.opengis.gml311.impl with parameters of type DegreesType Modifier and Type Method Description NotificationChain
DMSAngleTypeImpl. basicSetDegrees(DegreesType newDegrees, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetDegrees(DegreesType newDegrees, NotificationChain msgs)
void
DMSAngleTypeImpl. setDegrees(DegreesType newDegrees)
void
DocumentRootImpl. 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 T
Gml311Switch. caseDegreesType(DegreesType object)
Returns the result of interpreting the object as an instance of 'Degrees Type'.boolean
Gml311Validator. validateDegreesType(DegreesType degreesType, DiagnosticChain diagnostics, Map<Object,Object> context)
-