Uses of Interface
net.opengis.gml311.ArcStringType
-
Packages that use ArcStringType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ArcStringType in net.opengis.gml311
Subinterfaces of ArcStringType in net.opengis.gml311 Modifier and Type Interface Description interfaceArcTypeA representation of the model object 'Arc Type'.interfaceCircleTypeA representation of the model object 'Circle Type'.Methods in net.opengis.gml311 that return ArcStringType Modifier and Type Method Description ArcStringTypeGml311Factory. createArcStringType()Returns a new object of class 'Arc String Type'.ArcStringTypeDocumentRoot. getArcString()Returns the value of the 'Arc String' containment reference.Methods in net.opengis.gml311 with parameters of type ArcStringType Modifier and Type Method Description voidDocumentRoot. setArcString(ArcStringType value)Sets the value of the 'Arc String' containment reference. -
Uses of ArcStringType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ArcStringType Modifier and Type Class Description classArcStringTypeImplAn implementation of the model object 'Arc String Type'.classArcTypeImplAn implementation of the model object 'Arc Type'.classCircleTypeImplAn implementation of the model object 'Circle Type'.Methods in net.opengis.gml311.impl that return ArcStringType Modifier and Type Method Description ArcStringTypeGml311FactoryImpl. createArcStringType()ArcStringTypeDocumentRootImpl. getArcString()Methods in net.opengis.gml311.impl with parameters of type ArcStringType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetArcString(ArcStringType newArcString, NotificationChain msgs)voidDocumentRootImpl. setArcString(ArcStringType newArcString) -
Uses of ArcStringType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ArcStringType Modifier and Type Method Description TGml311Switch. caseArcStringType(ArcStringType object)Returns the result of interpreting the object as an instance of 'Arc String Type'.booleanGml311Validator. validateArcStringType(ArcStringType arcStringType, DiagnosticChain diagnostics, Map<Object,Object> context)
-