Uses of Interface
net.opengis.gml311.ArcType
-
Packages that use ArcType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ArcType in net.opengis.gml311
Subinterfaces of ArcType in net.opengis.gml311 Modifier and Type Interface Description interface
CircleType
A representation of the model object 'Circle Type'.Methods in net.opengis.gml311 that return ArcType Modifier and Type Method Description ArcType
Gml311Factory. createArcType()
Returns a new object of class 'Arc Type'.ArcType
DocumentRoot. getArc()
Returns the value of the 'Arc' containment reference.Methods in net.opengis.gml311 with parameters of type ArcType Modifier and Type Method Description void
DocumentRoot. setArc(ArcType value)
Sets the value of the 'Arc
' containment reference. -
Uses of ArcType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ArcType Modifier and Type Class Description 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 ArcType Modifier and Type Method Description ArcType
Gml311FactoryImpl. createArcType()
ArcType
DocumentRootImpl. getArc()
Methods in net.opengis.gml311.impl with parameters of type ArcType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetArc(ArcType newArc, NotificationChain msgs)
void
DocumentRootImpl. setArc(ArcType newArc)
-
Uses of ArcType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ArcType Modifier and Type Method Description T
Gml311Switch. caseArcType(ArcType object)
Returns the result of interpreting the object as an instance of 'Arc Type'.boolean
Gml311Validator. validateArcType(ArcType arcType, DiagnosticChain diagnostics, Map<Object,Object> context)
-