Uses of Interface
net.opengis.gml311.ArcStringByBulgeType
-
Packages that use ArcStringByBulgeType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ArcStringByBulgeType in net.opengis.gml311
Subinterfaces of ArcStringByBulgeType in net.opengis.gml311 Modifier and Type Interface Description interface
ArcByBulgeType
A representation of the model object 'Arc By Bulge Type'.Methods in net.opengis.gml311 that return ArcStringByBulgeType Modifier and Type Method Description ArcStringByBulgeType
Gml311Factory. createArcStringByBulgeType()
Returns a new object of class 'Arc String By Bulge Type'.ArcStringByBulgeType
DocumentRoot. getArcStringByBulge()
Returns the value of the 'Arc String By Bulge' containment reference.Methods in net.opengis.gml311 with parameters of type ArcStringByBulgeType Modifier and Type Method Description void
DocumentRoot. setArcStringByBulge(ArcStringByBulgeType value)
Sets the value of the 'Arc String By Bulge
' containment reference. -
Uses of ArcStringByBulgeType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ArcStringByBulgeType Modifier and Type Class Description class
ArcByBulgeTypeImpl
An implementation of the model object 'Arc By Bulge Type'.class
ArcStringByBulgeTypeImpl
An implementation of the model object 'Arc String By Bulge Type'.Methods in net.opengis.gml311.impl that return ArcStringByBulgeType Modifier and Type Method Description ArcStringByBulgeType
Gml311FactoryImpl. createArcStringByBulgeType()
ArcStringByBulgeType
DocumentRootImpl. getArcStringByBulge()
Methods in net.opengis.gml311.impl with parameters of type ArcStringByBulgeType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetArcStringByBulge(ArcStringByBulgeType newArcStringByBulge, NotificationChain msgs)
void
DocumentRootImpl. setArcStringByBulge(ArcStringByBulgeType newArcStringByBulge)
-
Uses of ArcStringByBulgeType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ArcStringByBulgeType Modifier and Type Method Description T
Gml311Switch. caseArcStringByBulgeType(ArcStringByBulgeType object)
Returns the result of interpreting the object as an instance of 'Arc String By Bulge Type'.boolean
Gml311Validator. validateArcStringByBulgeType(ArcStringByBulgeType arcStringByBulgeType, DiagnosticChain diagnostics, Map<Object,Object> context)
-