|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractCurveType | |
---|---|
org.citygml4j.builder.jaxb.marshal.gml | |
org.citygml4j.builder.jaxb.unmarshal.gml | |
org.citygml4j.jaxb.gml._3_1_1 |
Uses of AbstractCurveType in org.citygml4j.builder.jaxb.marshal.gml |
---|
Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type AbstractCurveType | |
---|---|
void |
GMLMarshaller.marshalAbstractCurve(AbstractCurve src,
AbstractCurveType dest)
|
Uses of AbstractCurveType in org.citygml4j.builder.jaxb.unmarshal.gml |
---|
Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type AbstractCurveType | |
---|---|
void |
GMLUnmarshaller.unmarshalAbstractCurve(AbstractCurveType src,
AbstractCurve dest)
|
Uses of AbstractCurveType in org.citygml4j.jaxb.gml._3_1_1 |
---|
Subclasses of AbstractCurveType in org.citygml4j.jaxb.gml._3_1_1 | |
---|---|
class |
CompositeCurveType
A CompositeCurve is defined by a sequence of (orientable) curves such that the each curve in the sequence terminates at the start point of the subsequent curve in the list. |
class |
CurveType
Curve is a 1-dimensional primitive. |
class |
LineStringType
A LineString is a special curve that consists of a single segment with linear interpolation. |
class |
OrientableCurveType
OrientableCurve consists of a curve and an orientation. |
Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type AbstractCurveType | |
---|---|
javax.xml.bind.JAXBElement<AbstractCurveType> |
ObjectFactory.create_Curve(AbstractCurveType value)
Create an instance of JAXBElement < AbstractCurveType > } |
javax.xml.bind.JAXBElement<? extends AbstractCurveType> |
CurvePropertyType.get_Curve()
Ruft den Wert der _Curve-Eigenschaft ab. |
java.util.List<javax.xml.bind.JAXBElement<? extends AbstractCurveType>> |
CurveArrayPropertyType.get_Curve()
Gets the value of the curve property. |
Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type AbstractCurveType | |
---|---|
javax.xml.bind.JAXBElement<AbstractCurveType> |
ObjectFactory.create_Curve(AbstractCurveType value)
Create an instance of JAXBElement < AbstractCurveType > } |
Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type AbstractCurveType | |
---|---|
void |
CurvePropertyType.set_Curve(javax.xml.bind.JAXBElement<? extends AbstractCurveType> value)
Legt den Wert der _Curve-Eigenschaft fest. |
void |
CurveArrayPropertyType.set_Curve(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractCurveType>> curve)
Sets the value of the _Curve property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |