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 |
---|---|
void |
GMLMarshaller.marshalAbstractCurveSegment(AbstractCurveSegment src,
net.opengis.gml.AbstractCurveSegmentType dest) |
Modifier and Type | Method and Description |
---|---|
void |
GMLUnmarshaller.unmarshalAbstractCurveSegment(net.opengis.gml.AbstractCurveSegmentType src,
AbstractCurveSegment dest) |
Modifier and Type | Class and Description |
---|---|
class |
LineStringSegment |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<AbstractCurveSegment> |
CurveSegmentArrayProperty.getAssociableClass() |
java.util.List<? extends AbstractCurveSegment> |
CurveSegmentArrayProperty.getCurveSegment() |
Modifier and Type | Method and Description |
---|---|
void |
CurveSegmentArrayProperty.addCurveSegment(AbstractCurveSegment curveSegment) |
boolean |
CurveSegmentArrayProperty.unsetCurveSegment(AbstractCurveSegment curveSegment) |
Modifier and Type | Method and Description |
---|---|
void |
CurveSegmentArrayProperty.setCurveSegment(java.util.List<? extends AbstractCurveSegment> curveSegment) |
Constructor and Description |
---|
CurveSegmentArrayProperty(AbstractCurveSegment... abstractCurveSegment) |
CurveSegmentArrayProperty(AbstractCurveSegment abstractCurveSegment) |
Constructor and Description |
---|
CurveSegmentArrayProperty(java.util.List<AbstractCurveSegment> abstractCurveSegment) |