Uses of Interface
net.opengis.gml311.AngleChoiceType
Packages that use AngleChoiceType
-
Uses of AngleChoiceType in net.opengis.gml311
Methods in net.opengis.gml311 that return AngleChoiceTypeModifier and TypeMethodDescriptionGml311Factory.createAngleChoiceType()
Returns a new object of class 'Angle Choice Type'.DocumentRoot.getGreenwichLongitude()
Returns the value of the 'Greenwich Longitude' containment reference.PrimeMeridianType.getGreenwichLongitude()
Returns the value of the 'Greenwich Longitude' containment reference.Methods in net.opengis.gml311 with parameters of type AngleChoiceTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setGreenwichLongitude
(AngleChoiceType value) Sets the value of the 'Greenwich Longitude
' containment reference.void
PrimeMeridianType.setGreenwichLongitude
(AngleChoiceType value) Sets the value of the 'Greenwich Longitude
' containment reference. -
Uses of AngleChoiceType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AngleChoiceTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Angle Choice Type'.Fields in net.opengis.gml311.impl declared as AngleChoiceTypeModifier and TypeFieldDescriptionprotected AngleChoiceType
PrimeMeridianTypeImpl.greenwichLongitude
The cached value of the 'Greenwich Longitude
' containment reference.Methods in net.opengis.gml311.impl that return AngleChoiceTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createAngleChoiceType()
DocumentRootImpl.getGreenwichLongitude()
PrimeMeridianTypeImpl.getGreenwichLongitude()
Methods in net.opengis.gml311.impl with parameters of type AngleChoiceTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetGreenwichLongitude
(AngleChoiceType newGreenwichLongitude, NotificationChain msgs) NotificationChain
PrimeMeridianTypeImpl.basicSetGreenwichLongitude
(AngleChoiceType newGreenwichLongitude, NotificationChain msgs) void
DocumentRootImpl.setGreenwichLongitude
(AngleChoiceType newGreenwichLongitude) void
PrimeMeridianTypeImpl.setGreenwichLongitude
(AngleChoiceType newGreenwichLongitude) -
Uses of AngleChoiceType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AngleChoiceTypeModifier and TypeMethodDescriptionGml311Switch.caseAngleChoiceType
(AngleChoiceType object) Returns the result of interpreting the object as an instance of 'Angle Choice Type'.boolean
Gml311Validator.validateAngleChoiceType
(AngleChoiceType angleChoiceType, DiagnosticChain diagnostics, Map<Object, Object> context)