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 AngleChoiceTypeGml311Factory. createAngleChoiceType()Returns a new object of class 'Angle Choice Type'.AngleChoiceTypeDocumentRoot. getGreenwichLongitude()Returns the value of the 'Greenwich Longitude' containment reference.AngleChoiceTypePrimeMeridianType. 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 voidDocumentRoot. setGreenwichLongitude(AngleChoiceType value)Sets the value of the 'Greenwich Longitude' containment reference.voidPrimeMeridianType. 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 classAngleChoiceTypeImplAn implementation of the model object 'Angle Choice Type'.Fields in net.opengis.gml311.impl declared as AngleChoiceType Modifier and Type Field Description protected AngleChoiceTypePrimeMeridianTypeImpl. greenwichLongitudeThe cached value of the 'Greenwich Longitude' containment reference.Methods in net.opengis.gml311.impl that return AngleChoiceType Modifier and Type Method Description AngleChoiceTypeGml311FactoryImpl. createAngleChoiceType()AngleChoiceTypeDocumentRootImpl. getGreenwichLongitude()AngleChoiceTypePrimeMeridianTypeImpl. getGreenwichLongitude()Methods in net.opengis.gml311.impl with parameters of type AngleChoiceType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGreenwichLongitude(AngleChoiceType newGreenwichLongitude, NotificationChain msgs)NotificationChainPrimeMeridianTypeImpl. basicSetGreenwichLongitude(AngleChoiceType newGreenwichLongitude, NotificationChain msgs)voidDocumentRootImpl. setGreenwichLongitude(AngleChoiceType newGreenwichLongitude)voidPrimeMeridianTypeImpl. 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 TGml311Switch. caseAngleChoiceType(AngleChoiceType object)Returns the result of interpreting the object as an instance of 'Angle Choice Type'.booleanGml311Validator. validateAngleChoiceType(AngleChoiceType angleChoiceType, DiagnosticChain diagnostics, Map<Object,Object> context)
-