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 interfaceCircleTypeA representation of the model object 'Circle Type'.Methods in net.opengis.gml311 that return ArcType Modifier and Type Method Description ArcTypeGml311Factory. createArcType()Returns a new object of class 'Arc Type'.ArcTypeDocumentRoot. getArc()Returns the value of the 'Arc' containment reference.Methods in net.opengis.gml311 with parameters of type ArcType Modifier and Type Method Description voidDocumentRoot. 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 classArcTypeImplAn implementation of the model object 'Arc Type'.classCircleTypeImplAn implementation of the model object 'Circle Type'.Methods in net.opengis.gml311.impl that return ArcType Modifier and Type Method Description ArcTypeGml311FactoryImpl. createArcType()ArcTypeDocumentRootImpl. getArc()Methods in net.opengis.gml311.impl with parameters of type ArcType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetArc(ArcType newArc, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseArcType(ArcType object)Returns the result of interpreting the object as an instance of 'Arc Type'.booleanGml311Validator. validateArcType(ArcType arcType, DiagnosticChain diagnostics, Map<Object,Object> context)
-