Uses of Class
nl.b3p.csw.jaxb.gml.LengthType
-
Packages that use LengthType Package Description nl.b3p.csw.jaxb.gml -
-
Uses of LengthType in nl.b3p.csw.jaxb.gml
Fields in nl.b3p.csw.jaxb.gml declared as LengthType Modifier and Type Field Description protected LengthTypeOffsetCurveType. distanceprotected LengthTypeTinType. maxLengthprotected LengthTypeArcByCenterPointType. radiusMethods in nl.b3p.csw.jaxb.gml that return LengthType Modifier and Type Method Description LengthTypeObjectFactory. createLengthType()Create an instance ofLengthTypeLengthTypeOffsetCurveType. getDistance()Gets the value of the distance property.LengthTypeTinType. getMaxLength()Gets the value of the maxLength property.LengthTypeArcByCenterPointType. getRadius()Gets the value of the radius property.Methods in nl.b3p.csw.jaxb.gml with parameters of type LengthType Modifier and Type Method Description voidOffsetCurveType. setDistance(LengthType value)Sets the value of the distance property.voidTinType. setMaxLength(LengthType value)Sets the value of the maxLength property.voidArcByCenterPointType. setRadius(LengthType value)Sets the value of the radius property.Constructors in nl.b3p.csw.jaxb.gml with parameters of type LengthType Constructor Description ArcByCenterPointType(BigInteger numDerivativesAtStart, BigInteger numDerivativesAtEnd, BigInteger numDerivativeInterior, Pos pos, PointProperty pointProperty, PointRep pointRep, PosList posList, Coordinates coordinates, LengthType radius, AngleType startAngle, AngleType endAngle, CurveInterpolationType interpolation, BigInteger numArc)Fully-initialising value constructorCircleByCenterPointType(BigInteger numDerivativesAtStart, BigInteger numDerivativesAtEnd, BigInteger numDerivativeInterior, Pos pos, PointProperty pointProperty, PointRep pointRep, PosList posList, Coordinates coordinates, LengthType radius, AngleType startAngle, AngleType endAngle, CurveInterpolationType interpolation, BigInteger numArc)Fully-initialising value constructorOffsetCurveType(BigInteger numDerivativesAtStart, BigInteger numDerivativesAtEnd, BigInteger numDerivativeInterior, CurvePropertyType offsetBase, LengthType distance, VectorType refDirection)Fully-initialising value constructorTinType(List<MetaDataProperty> metaDataProperty, Description description, List<Name> name, String id, String gid, String srsName, BigInteger srsDimension, List<String> axisLabels, List<String> uomLabels, javax.xml.bind.JAXBElement<? extends SurfacePatchArrayPropertyType> patches, List<LineStringSegmentArrayPropertyType> stopLines, List<LineStringSegmentArrayPropertyType> breakLines, LengthType maxLength, TinType.ControlPoint controlPoint)Fully-initialising value constructor
-