org.deegree.geometry.standard.multi
Class DefaultMultiLineString
java.lang.Object
org.deegree.geometry.standard.AbstractDefaultGeometry
org.deegree.geometry.standard.multi.DefaultMultiGeometry<LineString>
org.deegree.geometry.standard.multi.DefaultMultiLineString
- All Implemented Interfaces:
- Iterable<LineString>, Collection<LineString>, List<LineString>, Geometry, MultiGeometry<LineString>, MultiLineString, GMLObject
public class DefaultMultiLineString
- extends DefaultMultiGeometry<LineString>
- implements MultiLineString
Default implementation of MultiLineString
.
- Version:
- $Revision:$, $Date:$
- Author:
- Markus Schneider , last edited by: $Author:$
Methods inherited from class org.deegree.geometry.standard.multi.DefaultMultiGeometry |
add, add, addAll, addAll, clear, contains, containsAll, get, getCoordinateDimension, getEnvelope, getGeometryType, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
Methods inherited from class org.deegree.geometry.standard.AbstractDefaultGeometry |
contains, createFromJTS, crosses, equals, getAsDefaultGeometry, getBuffer, getCentroid, getConvexHull, getCoordinateSystem, getDifference, getDistance, getGMLProperties, getId, getIntersection, getJTSGeometry, getPrecision, getUnion, intersects, isBeyond, isDisjoint, isWithin, isWithinDistance, overlaps, setCoordinateSystem, setGMLProperties, setId, setPrecision, toString, touches |
Methods inherited from interface org.deegree.geometry.Geometry |
contains, crosses, equals, getBuffer, getCentroid, getConvexHull, getCoordinateDimension, getCoordinateSystem, getDifference, getDistance, getEnvelope, getId, getIntersection, getPrecision, getUnion, intersects, isBeyond, isDisjoint, isWithin, isWithinDistance, overlaps, setCoordinateSystem, setGMLProperties, setId, setPrecision, touches |
Methods inherited from interface java.util.List |
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
DefaultMultiLineString
public DefaultMultiLineString(String id,
CRS crs,
PrecisionModel pm,
List<LineString> members)
- Creates a new
DefaultMultiLineString
from the given parameters.
- Parameters:
id
- identifier, may be nullcrs
- coordinate reference system, may be nullpm
- precision model, may be nullmembers
-
getLength
public double getLength()
- Description copied from interface:
MultiLineString
- The length of a
MultiLineString
is calculated as the sum of the length of all contained
LineString
s.
- Specified by:
getLength
in interface MultiLineString
- Returns:
- accumulated length
getMultiGeometryType
public MultiGeometry.MultiGeometryType getMultiGeometryType()
- Specified by:
getMultiGeometryType
in interface MultiGeometry<LineString>
- Overrides:
getMultiGeometryType
in class DefaultMultiGeometry<LineString>
- Returns:
- the type of MultiGeometry, see
MultiGeometry.MultiGeometryType
buildJTSGeometry
protected com.vividsolutions.jts.geom.MultiLineString buildJTSGeometry()
- Overrides:
buildJTSGeometry
in class DefaultMultiGeometry<LineString>
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org]]>