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 ArcByBulgeTypeGml311Factory. createArcByBulgeType()Returns a new object of class 'Arc By Bulge Type'.ArcByBulgeTypeDocumentRoot. 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 voidDocumentRoot. 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 classArcByBulgeTypeImplAn implementation of the model object 'Arc By Bulge Type'.Methods in net.opengis.gml311.impl that return ArcByBulgeType Modifier and Type Method Description ArcByBulgeTypeGml311FactoryImpl. createArcByBulgeType()ArcByBulgeTypeDocumentRootImpl. getArcByBulge()Methods in net.opengis.gml311.impl with parameters of type ArcByBulgeType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetArcByBulge(ArcByBulgeType newArcByBulge, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseArcByBulgeType(ArcByBulgeType object)Returns the result of interpreting the object as an instance of 'Arc By Bulge Type'.booleanGml311Validator. validateArcByBulgeType(ArcByBulgeType arcByBulgeType, DiagnosticChain diagnostics, Map<Object,Object> context)
-