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 interfaceArcByBulgeTypeA representation of the model object 'Arc By Bulge Type'.Methods in net.opengis.gml311 that return ArcStringByBulgeType Modifier and Type Method Description ArcStringByBulgeTypeGml311Factory. createArcStringByBulgeType()Returns a new object of class 'Arc String By Bulge Type'.ArcStringByBulgeTypeDocumentRoot. 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 voidDocumentRoot. 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 classArcByBulgeTypeImplAn implementation of the model object 'Arc By Bulge Type'.classArcStringByBulgeTypeImplAn implementation of the model object 'Arc String By Bulge Type'.Methods in net.opengis.gml311.impl that return ArcStringByBulgeType Modifier and Type Method Description ArcStringByBulgeTypeGml311FactoryImpl. createArcStringByBulgeType()ArcStringByBulgeTypeDocumentRootImpl. getArcStringByBulge()Methods in net.opengis.gml311.impl with parameters of type ArcStringByBulgeType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetArcStringByBulge(ArcStringByBulgeType newArcStringByBulge, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseArcStringByBulgeType(ArcStringByBulgeType object)Returns the result of interpreting the object as an instance of 'Arc String By Bulge Type'.booleanGml311Validator. validateArcStringByBulgeType(ArcStringByBulgeType arcStringByBulgeType, DiagnosticChain diagnostics, Map<Object,Object> context)
-