public class OTSPolygon3D extends OTSLine3D
Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Constructor and Description |
---|
OTSPolygon3D(com.vividsolutions.jts.geom.Coordinate[] coordinates) |
OTSPolygon3D(com.vividsolutions.jts.geom.Geometry geometry) |
OTSPolygon3D(com.vividsolutions.jts.geom.LineString lineString) |
OTSPolygon3D(OTSPoint3D[] points) |
equals, get, getBounds, getCoordinates, getLength, getLengthSI, getLineString, getLocation, getLocation, getLocationExtended, getLocationExtendedSI, getLocationFraction, getLocationSI, getPoints, hashCode, size, toString
public OTSPolygon3D(OTSPoint3D[] points)
points
- the array of points to construct this OTSLine3D from.public OTSPolygon3D(com.vividsolutions.jts.geom.LineString lineString)
lineString
- the lineString to construct this OTSLine3D from.public OTSPolygon3D(com.vividsolutions.jts.geom.Coordinate[] coordinates)
coordinates
- the array of coordinates to construct this OTSLine3D from.public OTSPolygon3D(com.vividsolutions.jts.geom.Geometry geometry)
geometry
- the geometry to construct this OTSLine3D from.Copyright © 2014–2015 Delft University of Technology. All rights reserved.