Uses of Interface
net.opengis.gml311.DMSAngleType
Packages that use DMSAngleType
-
Uses of DMSAngleType in net.opengis.gml311
Methods in net.opengis.gml311 that return DMSAngleTypeModifier and TypeMethodDescriptionGml311Factory.createDMSAngleType()
Returns a new object of class 'DMS Angle Type'.AngleChoiceType.getDmsAngle()
Returns the value of the 'Dms Angle' containment reference.DocumentRoot.getDmsAngle()
Returns the value of the 'Dms Angle' containment reference.DocumentRoot.getDmsAngleValue()
Returns the value of the 'Dms Angle Value' containment reference.ParameterValueType.getDmsAngleValue()
Returns the value of the 'Dms Angle Value' containment reference.Methods in net.opengis.gml311 with parameters of type DMSAngleTypeModifier and TypeMethodDescriptionvoid
AngleChoiceType.setDmsAngle
(DMSAngleType value) Sets the value of the 'Dms Angle
' containment reference.void
DocumentRoot.setDmsAngle
(DMSAngleType value) Sets the value of the 'Dms Angle
' containment reference.void
DocumentRoot.setDmsAngleValue
(DMSAngleType value) Sets the value of the 'Dms Angle Value
' containment reference.void
ParameterValueType.setDmsAngleValue
(DMSAngleType value) Sets the value of the 'Dms Angle Value
' containment reference. -
Uses of DMSAngleType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement DMSAngleTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'DMS Angle Type'.Fields in net.opengis.gml311.impl declared as DMSAngleTypeModifier and TypeFieldDescriptionprotected DMSAngleType
AngleChoiceTypeImpl.dmsAngle
The cached value of the 'Dms Angle
' containment reference.protected DMSAngleType
ParameterValueTypeImpl.dmsAngleValue
The cached value of the 'Dms Angle Value
' containment reference.Methods in net.opengis.gml311.impl that return DMSAngleTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createDMSAngleType()
AngleChoiceTypeImpl.getDmsAngle()
DocumentRootImpl.getDmsAngle()
DocumentRootImpl.getDmsAngleValue()
ParameterValueTypeImpl.getDmsAngleValue()
Methods in net.opengis.gml311.impl with parameters of type DMSAngleTypeModifier and TypeMethodDescriptionNotificationChain
AngleChoiceTypeImpl.basicSetDmsAngle
(DMSAngleType newDmsAngle, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetDmsAngle
(DMSAngleType newDmsAngle, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetDmsAngleValue
(DMSAngleType newDmsAngleValue, NotificationChain msgs) NotificationChain
ParameterValueTypeImpl.basicSetDmsAngleValue
(DMSAngleType newDmsAngleValue, NotificationChain msgs) void
AngleChoiceTypeImpl.setDmsAngle
(DMSAngleType newDmsAngle) void
DocumentRootImpl.setDmsAngle
(DMSAngleType newDmsAngle) void
DocumentRootImpl.setDmsAngleValue
(DMSAngleType newDmsAngleValue) void
ParameterValueTypeImpl.setDmsAngleValue
(DMSAngleType newDmsAngleValue) -
Uses of DMSAngleType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DMSAngleTypeModifier and TypeMethodDescriptionGml311Switch.caseDMSAngleType
(DMSAngleType object) Returns the result of interpreting the object as an instance of 'DMS Angle Type'.boolean
Gml311Validator.validateDMSAngleType
(DMSAngleType dmsAngleType, DiagnosticChain diagnostics, Map<Object, Object> context)