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 DMSAngleTypeGml311Factory. createDMSAngleType()Returns a new object of class 'DMS Angle Type'.DMSAngleTypeAngleChoiceType. getDmsAngle()Returns the value of the 'Dms Angle' containment reference.DMSAngleTypeDocumentRoot. getDmsAngle()Returns the value of the 'Dms Angle' containment reference.DMSAngleTypeDocumentRoot. getDmsAngleValue()Returns the value of the 'Dms Angle Value' containment reference.DMSAngleTypeParameterValueType. 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 voidAngleChoiceType. setDmsAngle(DMSAngleType value)Sets the value of the 'Dms Angle' containment reference.voidDocumentRoot. setDmsAngle(DMSAngleType value)Sets the value of the 'Dms Angle' containment reference.voidDocumentRoot. setDmsAngleValue(DMSAngleType value)Sets the value of the 'Dms Angle Value' containment reference.voidParameterValueType. 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 classDMSAngleTypeImplAn implementation of the model object 'DMS Angle Type'.Fields in net.opengis.gml311.impl declared as DMSAngleType Modifier and Type Field Description protected DMSAngleTypeAngleChoiceTypeImpl. dmsAngleThe cached value of the 'Dms Angle' containment reference.protected DMSAngleTypeParameterValueTypeImpl. dmsAngleValueThe cached value of the 'Dms Angle Value' containment reference.Methods in net.opengis.gml311.impl that return DMSAngleType Modifier and Type Method Description DMSAngleTypeGml311FactoryImpl. createDMSAngleType()DMSAngleTypeAngleChoiceTypeImpl. getDmsAngle()DMSAngleTypeDocumentRootImpl. getDmsAngle()DMSAngleTypeDocumentRootImpl. getDmsAngleValue()DMSAngleTypeParameterValueTypeImpl. getDmsAngleValue()Methods in net.opengis.gml311.impl with parameters of type DMSAngleType Modifier and Type Method Description NotificationChainAngleChoiceTypeImpl. basicSetDmsAngle(DMSAngleType newDmsAngle, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetDmsAngle(DMSAngleType newDmsAngle, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetDmsAngleValue(DMSAngleType newDmsAngleValue, NotificationChain msgs)NotificationChainParameterValueTypeImpl. basicSetDmsAngleValue(DMSAngleType newDmsAngleValue, NotificationChain msgs)voidAngleChoiceTypeImpl. setDmsAngle(DMSAngleType newDmsAngle)voidDocumentRootImpl. setDmsAngle(DMSAngleType newDmsAngle)voidDocumentRootImpl. setDmsAngleValue(DMSAngleType newDmsAngleValue)voidParameterValueTypeImpl. 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 TGml311Switch. caseDMSAngleType(DMSAngleType object)Returns the result of interpreting the object as an instance of 'DMS Angle Type'.booleanGml311Validator. validateDMSAngleType(DMSAngleType dmsAngleType, DiagnosticChain diagnostics, Map<Object,Object> context)
-