Package | Description |
---|---|
org.citygml4j.builder.jaxb.marshal.gml | |
org.citygml4j.builder.jaxb.unmarshal.gml | |
org.citygml4j.model.gml.geometry.primitives |
Modifier and Type | Method and Description |
---|---|
net.opengis.gml.CurveInterpolationType |
GMLMarshaller.marshalCurveInterpolation(CurveInterpolation src) |
Modifier and Type | Method and Description |
---|---|
CurveInterpolation |
GMLUnmarshaller.unmarshalCurveInterpolation(net.opengis.gml.CurveInterpolationType src) |
Modifier and Type | Method and Description |
---|---|
static CurveInterpolation |
CurveInterpolation.fromValue(java.lang.String v) |
CurveInterpolation |
LineStringSegment.getInterpolation() |
static CurveInterpolation |
CurveInterpolation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CurveInterpolation[] |
CurveInterpolation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LineStringSegment.setInterpolation(CurveInterpolation interpolation) |