Uses of Interface
net.opengis.gml311.AngleChoiceType
-
Packages that use AngleChoiceType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AngleChoiceType in net.opengis.gml311
Methods in net.opengis.gml311 that return AngleChoiceType Modifier and Type Method Description AngleChoiceType
Gml311Factory. createAngleChoiceType()
Returns a new object of class 'Angle Choice Type'.AngleChoiceType
DocumentRoot. getGreenwichLongitude()
Returns the value of the 'Greenwich Longitude' containment reference.AngleChoiceType
PrimeMeridianType. getGreenwichLongitude()
Returns the value of the 'Greenwich Longitude' containment reference.Methods in net.opengis.gml311 with parameters of type AngleChoiceType Modifier and Type Method Description void
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 AngleChoiceType Modifier and Type Class Description class
AngleChoiceTypeImpl
An implementation of the model object 'Angle Choice Type'.Fields in net.opengis.gml311.impl declared as AngleChoiceType Modifier and Type Field Description protected AngleChoiceType
PrimeMeridianTypeImpl. greenwichLongitude
The cached value of the 'Greenwich Longitude
' containment reference.Methods in net.opengis.gml311.impl that return AngleChoiceType Modifier and Type Method Description AngleChoiceType
Gml311FactoryImpl. createAngleChoiceType()
AngleChoiceType
DocumentRootImpl. getGreenwichLongitude()
AngleChoiceType
PrimeMeridianTypeImpl. getGreenwichLongitude()
Methods in net.opengis.gml311.impl with parameters of type AngleChoiceType Modifier and Type Method Description NotificationChain
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 AngleChoiceType Modifier and Type Method Description T
Gml311Switch. 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)
-