Uses of Class
nl.b3p.csw.jaxb.gml.ClothoidType.RefLocation
-
Packages that use ClothoidType.RefLocation Package Description nl.b3p.csw.jaxb.gml -
-
Uses of ClothoidType.RefLocation in nl.b3p.csw.jaxb.gml
Fields in nl.b3p.csw.jaxb.gml declared as ClothoidType.RefLocation Modifier and Type Field Description protected ClothoidType.RefLocationClothoidType. refLocationMethods in nl.b3p.csw.jaxb.gml that return ClothoidType.RefLocation Modifier and Type Method Description ClothoidType.RefLocationObjectFactory. createClothoidTypeRefLocation()Create an instance ofClothoidType.RefLocationClothoidType.RefLocationClothoidType. getRefLocation()Gets the value of the refLocation property.Methods in nl.b3p.csw.jaxb.gml with parameters of type ClothoidType.RefLocation Modifier and Type Method Description voidClothoidType. setRefLocation(ClothoidType.RefLocation value)Sets the value of the refLocation property.Constructors in nl.b3p.csw.jaxb.gml with parameters of type ClothoidType.RefLocation Constructor Description ClothoidType(BigInteger numDerivativesAtStart, BigInteger numDerivativesAtEnd, BigInteger numDerivativeInterior, ClothoidType.RefLocation refLocation, BigDecimal scaleFactor, double startParameter, double endParameter)Fully-initialising value constructor
-