Uses of Interface
net.opengis.gml311.DegreesType
Packages that use DegreesType
-
Uses of DegreesType in net.opengis.gml311
Methods in net.opengis.gml311 that return DegreesTypeModifier and TypeMethodDescriptionGml311Factory.createDegreesType()
Returns a new object of class 'Degrees Type'.DMSAngleType.getDegrees()
Returns the value of the 'Degrees' containment reference.DocumentRoot.getDegrees()
Returns the value of the 'Degrees' containment reference.Methods in net.opengis.gml311 with parameters of type DegreesTypeModifier and TypeMethodDescriptionvoid
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 DegreesTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Degrees Type'.Fields in net.opengis.gml311.impl declared as DegreesTypeModifier and TypeFieldDescriptionprotected DegreesType
DMSAngleTypeImpl.degrees
The cached value of the 'Degrees
' containment reference.Methods in net.opengis.gml311.impl that return DegreesTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createDegreesType()
DMSAngleTypeImpl.getDegrees()
DocumentRootImpl.getDegrees()
Methods in net.opengis.gml311.impl with parameters of type DegreesTypeModifier and TypeMethodDescriptionNotificationChain
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 DegreesTypeModifier and TypeMethodDescriptionGml311Switch.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)