Uses of Interface
net.opengis.gml311.ArcType
Packages that use ArcType
-
Uses of ArcType in net.opengis.gml311
Subinterfaces of ArcType in net.opengis.gml311Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Circle Type'.Methods in net.opengis.gml311 that return ArcTypeModifier and TypeMethodDescriptionGml311Factory.createArcType()
Returns a new object of class 'Arc Type'.DocumentRoot.getArc()
Returns the value of the 'Arc' containment reference.Methods in net.opengis.gml311 with parameters of type ArcType -
Uses of ArcType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ArcTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Arc Type'.class
An implementation of the model object 'Circle Type'.Methods in net.opengis.gml311.impl that return ArcTypeMethods in net.opengis.gml311.impl with parameters of type ArcTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetArc
(ArcType newArc, NotificationChain msgs) void
-
Uses of ArcType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ArcTypeModifier and TypeMethodDescriptionGml311Switch.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)