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.LineStringSegmentArrayPropertyType |
GMLMarshaller.marshalLineStringSegmentArrayProperty(LineStringSegmentArrayProperty src) |
Modifier and Type | Method and Description |
---|---|
LineStringSegmentArrayProperty |
GMLUnmarshaller.unmarshalLineStringSegmentArrayProperty(net.opengis.gml.LineStringSegmentArrayPropertyType src) |
Modifier and Type | Method and Description |
---|---|
java.util.List<LineStringSegmentArrayProperty> |
Tin.getBreakLines() |
java.util.List<LineStringSegmentArrayProperty> |
Tin.getStopLines() |
Modifier and Type | Method and Description |
---|---|
void |
Tin.addBreakLines(LineStringSegmentArrayProperty breakLines) |
void |
Tin.addStopLines(LineStringSegmentArrayProperty stopLines) |
boolean |
Tin.unsetBreakLines(LineStringSegmentArrayProperty breakLines) |
boolean |
Tin.unsetStopLines(LineStringSegmentArrayProperty stopLines) |
Modifier and Type | Method and Description |
---|---|
void |
Tin.setBreakLines(java.util.List<LineStringSegmentArrayProperty> breakLines) |
void |
Tin.setStopLines(java.util.List<LineStringSegmentArrayProperty> stopLines) |