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 interface
ArcType
A representation of the model object 'Arc Type'.interface
CircleType
A representation of the model object 'Circle Type'.Methods in net.opengis.gml311 that return ArcStringType Modifier and Type Method Description ArcStringType
Gml311Factory. createArcStringType()
Returns a new object of class 'Arc String Type'.ArcStringType
DocumentRoot. 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 void
DocumentRoot. 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 class
ArcStringTypeImpl
An implementation of the model object 'Arc String Type'.class
ArcTypeImpl
An implementation of the model object 'Arc Type'.class
CircleTypeImpl
An implementation of the model object 'Circle Type'.Methods in net.opengis.gml311.impl that return ArcStringType Modifier and Type Method Description ArcStringType
Gml311FactoryImpl. createArcStringType()
ArcStringType
DocumentRootImpl. getArcString()
Methods in net.opengis.gml311.impl with parameters of type ArcStringType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetArcString(ArcStringType newArcString, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Gml311Switch. caseArcStringType(ArcStringType object)
Returns the result of interpreting the object as an instance of 'Arc String Type'.boolean
Gml311Validator. validateArcStringType(ArcStringType arcStringType, DiagnosticChain diagnostics, Map<Object,Object> context)
-