Modifier and Type | Method and Description |
---|---|
net.opengis.gml.LineStringType |
GMLMarshaller.marshalLineString(LineString src) |
Modifier and Type | Method and Description |
---|---|
LineString |
GMLUnmarshaller.unmarshalLineString(net.opengis.gml.LineStringType src) |
Modifier and Type | Method and Description |
---|---|
LineString |
GMLGeometryFactory.createLineString(double[] coordinates,
int dim) |
LineString |
GMLGeometryFactory.createLineString(java.util.List<java.lang.Double> coordinates,
int dim) |
Modifier and Type | Method and Description |
---|---|
T |
GeometryFunctor.apply(LineString lineString) |
void |
GeometryVisitor.visit(LineString lineString) |
Constructor and Description |
---|
MultiLineString(LineString... lineStrings) |
Constructor and Description |
---|
MultiLineString(java.util.List<LineString> lineStrings) |
Modifier and Type | Method and Description |
---|---|
LineString |
LineStringProperty.getLineString() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<LineString> |
LineStringProperty.getAssociableClass() |
Modifier and Type | Method and Description |
---|---|
void |
LineStringProperty.setLineString(LineString lineString) |
Constructor and Description |
---|
LineStringProperty(LineString lineString) |
Modifier and Type | Method and Description |
---|---|
T |
GMLFunctionWalker.apply(LineString lineString) |
T |
GeometryFunctionWalker.apply(LineString lineString) |
void |
GMLWalker.visit(LineString lineString) |
void |
GeometryWalker.visit(LineString lineString) |