Uses of Interface
net.opengis.gml311.ArcByBulgeType
-
Packages that use ArcByBulgeType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ArcByBulgeType in net.opengis.gml311
Methods in net.opengis.gml311 that return ArcByBulgeType Modifier and Type Method Description ArcByBulgeType
Gml311Factory. createArcByBulgeType()
Returns a new object of class 'Arc By Bulge Type'.ArcByBulgeType
DocumentRoot. getArcByBulge()
Returns the value of the 'Arc By Bulge' containment reference.Methods in net.opengis.gml311 with parameters of type ArcByBulgeType Modifier and Type Method Description void
DocumentRoot. setArcByBulge(ArcByBulgeType value)
Sets the value of the 'Arc By Bulge
' containment reference. -
Uses of ArcByBulgeType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ArcByBulgeType Modifier and Type Class Description class
ArcByBulgeTypeImpl
An implementation of the model object 'Arc By Bulge Type'.Methods in net.opengis.gml311.impl that return ArcByBulgeType Modifier and Type Method Description ArcByBulgeType
Gml311FactoryImpl. createArcByBulgeType()
ArcByBulgeType
DocumentRootImpl. getArcByBulge()
Methods in net.opengis.gml311.impl with parameters of type ArcByBulgeType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetArcByBulge(ArcByBulgeType newArcByBulge, NotificationChain msgs)
void
DocumentRootImpl. setArcByBulge(ArcByBulgeType newArcByBulge)
-
Uses of ArcByBulgeType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ArcByBulgeType Modifier and Type Method Description T
Gml311Switch. caseArcByBulgeType(ArcByBulgeType object)
Returns the result of interpreting the object as an instance of 'Arc By Bulge Type'.boolean
Gml311Validator. validateArcByBulgeType(ArcByBulgeType arcByBulgeType, DiagnosticChain diagnostics, Map<Object,Object> context)
-