Uses of Interface
net.opengis.gml311.DMSAngleType
-
Packages that use DMSAngleType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of DMSAngleType in net.opengis.gml311
Methods in net.opengis.gml311 that return DMSAngleType Modifier and Type Method Description DMSAngleType
Gml311Factory. createDMSAngleType()
Returns a new object of class 'DMS Angle Type'.DMSAngleType
AngleChoiceType. getDmsAngle()
Returns the value of the 'Dms Angle' containment reference.DMSAngleType
DocumentRoot. getDmsAngle()
Returns the value of the 'Dms Angle' containment reference.DMSAngleType
DocumentRoot. getDmsAngleValue()
Returns the value of the 'Dms Angle Value' containment reference.DMSAngleType
ParameterValueType. getDmsAngleValue()
Returns the value of the 'Dms Angle Value' containment reference.Methods in net.opengis.gml311 with parameters of type DMSAngleType Modifier and Type Method Description void
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 DMSAngleType Modifier and Type Class Description class
DMSAngleTypeImpl
An implementation of the model object 'DMS Angle Type'.Fields in net.opengis.gml311.impl declared as DMSAngleType Modifier and Type Field Description protected 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 DMSAngleType Modifier and Type Method Description DMSAngleType
Gml311FactoryImpl. createDMSAngleType()
DMSAngleType
AngleChoiceTypeImpl. getDmsAngle()
DMSAngleType
DocumentRootImpl. getDmsAngle()
DMSAngleType
DocumentRootImpl. getDmsAngleValue()
DMSAngleType
ParameterValueTypeImpl. getDmsAngleValue()
Methods in net.opengis.gml311.impl with parameters of type DMSAngleType Modifier and Type Method Description NotificationChain
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 DMSAngleType Modifier and Type Method Description T
Gml311Switch. 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)
-