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.LineStringSegmentType |
GMLMarshaller.marshalLineStringSegment(LineStringSegment src) |
Modifier and Type | Method and Description |
---|---|
LineStringSegment |
GMLUnmarshaller.unmarshalLineStringSegment(net.opengis.gml.LineStringSegmentType src) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<LineStringSegment> |
LineStringSegmentArrayProperty.getAssociableClass() |
java.util.List<LineStringSegment> |
LineStringSegmentArrayProperty.getLineStringSegment() |
Modifier and Type | Method and Description |
---|---|
void |
LineStringSegmentArrayProperty.addLineStringSegment(LineStringSegment lineStringSegment) |
boolean |
LineStringSegmentArrayProperty.unsetLineStringSegment(LineStringSegment lineStringSegment) |
Modifier and Type | Method and Description |
---|---|
void |
LineStringSegmentArrayProperty.setLineStringSegment(java.util.List<LineStringSegment> lineStringSegment) |
Constructor and Description |
---|
LineStringSegmentArrayProperty(LineStringSegment... lineStringSegment) |
LineStringSegmentArrayProperty(LineStringSegment lineStringSegment) |
Constructor and Description |
---|
LineStringSegmentArrayProperty(java.util.List<LineStringSegment> lineStringSegment) |