Uses of Interface
net.opengis.gml311.ArcStringType
Packages that use ArcStringType
-
Uses of ArcStringType in net.opengis.gml311
Subinterfaces of ArcStringType in net.opengis.gml311Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Arc Type'.interface
A representation of the model object 'Circle Type'.Methods in net.opengis.gml311 that return ArcStringTypeModifier and TypeMethodDescriptionGml311Factory.createArcStringType()
Returns a new object of class 'Arc String Type'.DocumentRoot.getArcString()
Returns the value of the 'Arc String' containment reference.Methods in net.opengis.gml311 with parameters of type ArcStringTypeModifier and TypeMethodDescriptionvoid
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 ArcStringTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Arc String Type'.class
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 ArcStringTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createArcStringType()
DocumentRootImpl.getArcString()
Methods in net.opengis.gml311.impl with parameters of type ArcStringTypeModifier and TypeMethodDescriptionNotificationChain
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 ArcStringTypeModifier and TypeMethodDescriptionGml311Switch.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)