|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractCurveSegmentType | |
---|---|
org.citygml4j.builder.jaxb.marshal.gml | |
org.citygml4j.builder.jaxb.unmarshal.gml | |
org.citygml4j.jaxb.gml._3_1_1 |
Uses of AbstractCurveSegmentType in org.citygml4j.builder.jaxb.marshal.gml |
---|
Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type AbstractCurveSegmentType | |
---|---|
void |
GMLMarshaller.marshalAbstractCurveSegment(AbstractCurveSegment src,
AbstractCurveSegmentType dest)
|
Uses of AbstractCurveSegmentType in org.citygml4j.builder.jaxb.unmarshal.gml |
---|
Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type AbstractCurveSegmentType | |
---|---|
void |
GMLUnmarshaller.unmarshalAbstractCurveSegment(AbstractCurveSegmentType src,
AbstractCurveSegment dest)
|
Uses of AbstractCurveSegmentType in org.citygml4j.jaxb.gml._3_1_1 |
---|
Subclasses of AbstractCurveSegmentType in org.citygml4j.jaxb.gml._3_1_1 | |
---|---|
class |
ArcByBulgeType
An ArcByBulge is an arc string with only one arc unit, i.e. two control points and one bulge. |
class |
ArcByCenterPointType
This variant of the arc requires that the points on the arc have to be computed instead of storing the coordinates directly. |
class |
ArcStringByBulgeType
This variant of the arc computes the mid points of the arcs instead of storing the coordinates directly. |
class |
ArcStringType
An ArcString is a curve segment that uses three-point circular arc interpolation. |
class |
ArcType
An Arc is an arc string with only one arc unit, i.e. three control points. |
class |
BezierType
Bezier curves are polynomial splines that use Bezier or Bernstein polynomials for interpolation purposes. |
class |
BSplineType
A B-Spline is a piecewise parametric polynomial or rational curve described in terms of control points and basis functions. |
class |
CircleByCenterPointType
A CircleByCenterPoint is an ArcByCenterPoint with identical start and end angle to form a full circle. |
class |
CircleType
A Circle is an arc whose ends coincide to form a simple closed loop. |
class |
ClothoidType
A clothoid, or Cornu's spiral, is plane curve whose curvature is a fixed function of its length. |
class |
CubicSplineType
Cubic splines are similar to line strings in that they are a sequence of segments each with its own defining function. |
class |
GeodesicStringType
A GeodesicString consists of sequence of geodesic segments. |
class |
GeodesicType
A Geodesic consists of two distinct positions joined by a geodesic curve. |
class |
LineStringSegmentType
A LineStringSegment is a curve segment that is defined by two or more coordinate tuples, with linear interpolation between them. |
class |
OffsetCurveType
An offset curve is a curve at a constant distance from the basis curve. |
Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type AbstractCurveSegmentType | |
---|---|
javax.xml.bind.JAXBElement<AbstractCurveSegmentType> |
ObjectFactory.create_CurveSegment(AbstractCurveSegmentType value)
Create an instance of JAXBElement < AbstractCurveSegmentType > } |
java.util.List<javax.xml.bind.JAXBElement<? extends AbstractCurveSegmentType>> |
CurveSegmentArrayPropertyType.get_CurveSegment()
Gets the value of the curveSegment property. |
Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type AbstractCurveSegmentType | |
---|---|
javax.xml.bind.JAXBElement<AbstractCurveSegmentType> |
ObjectFactory.create_CurveSegment(AbstractCurveSegmentType value)
Create an instance of JAXBElement < AbstractCurveSegmentType > } |
Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type AbstractCurveSegmentType | |
---|---|
void |
CurveSegmentArrayPropertyType.set_CurveSegment(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractCurveSegmentType>> curveSegment)
Sets the value of the _CurveSegment property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |