Uses of Class
nl.b3p.csw.jaxb.gml.ArcType
-
Packages that use ArcType Package Description nl.b3p.csw.jaxb.gml -
-
Uses of ArcType in nl.b3p.csw.jaxb.gml
Subclasses of ArcType in nl.b3p.csw.jaxb.gml Modifier and Type Class Description classCircleTypeA Circle is an arc whose ends coincide to form a simple closed loop.Methods in nl.b3p.csw.jaxb.gml that return ArcType Modifier and Type Method Description ArcTypeObjectFactory. createArcType()Create an instance ofArcTypeMethods in nl.b3p.csw.jaxb.gml with parameters of type ArcType Modifier and Type Method Description ArcObjectFactory. createArc(ArcType value)Create an instance ofArc}Constructors in nl.b3p.csw.jaxb.gml with parameters of type ArcType Constructor Description Arc(ArcType value)
-