| Package | Description |
|---|---|
| nl.b3p.csw.jaxb.gml |
| Modifier and Type | Field and Description |
|---|---|
protected KnotTypesType |
BSplineType.knotType |
| Modifier and Type | Method and Description |
|---|---|
static KnotTypesType |
KnotTypesType.fromValue(String v) |
KnotTypesType |
BSplineType.getKnotType()
Gets the value of the knotType property.
|
static KnotTypesType |
KnotTypesType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KnotTypesType[] |
KnotTypesType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BSplineType.setKnotType(KnotTypesType value)
Sets the value of the knotType property.
|
| Constructor and Description |
|---|
BezierType(BigInteger numDerivativesAtStart,
BigInteger numDerivativesAtEnd,
BigInteger numDerivativeInterior,
List<JAXBElement<?>> posOrPointPropertyOrPointRep,
PosList posList,
Coordinates coordinates,
BigInteger degree,
List<KnotPropertyType> knot,
CurveInterpolationType interpolation,
Boolean isPolynomial,
KnotTypesType knotType)
Fully-initialising value constructor
|
BSplineType(BigInteger numDerivativesAtStart,
BigInteger numDerivativesAtEnd,
BigInteger numDerivativeInterior,
List<JAXBElement<?>> posOrPointPropertyOrPointRep,
PosList posList,
Coordinates coordinates,
BigInteger degree,
List<KnotPropertyType> knot,
CurveInterpolationType interpolation,
Boolean isPolynomial,
KnotTypesType knotType)
Fully-initialising value constructor
|
Copyright © 2016. All rights reserved.