-
public class LinearRing
-
-
Constructor Summary
Constructors Constructor Description LinearRing(Path pPath)Dedicated to `Path` LinearRing(LineBuilder pLineBuilder, boolean pClosePath)Dedicated to lines LinearRing(LineBuilder pLineBuilder)Dedicated to lines LinearRing(Path pPath, boolean pClosed)
-
Method Summary
Modifier and Type Method Description voidaddPoint(GeoPoint p)voidsetPoints(List<GeoPoint> points)ArrayList<GeoPoint>getPoints()doublegetDistance()voidsetGeodesic(boolean geodesic)booleanisGeodesic()ListPointLgetPointsForMilestones()voidgetBestOffset(Projection pProjection, PointL pOffset, PointL pPixel)static doublegetCloserValue(double pPrevious, double pNext, double pWorldSize)voidsetClipArea(long pXMin, long pYMin, long pXMax, long pYMax)voidsetClipArea(Projection pProjection)GeoPointgetCenter(GeoPoint pReuse)BoundingBoxgetBoundingBox()voidclear()-
-
Constructor Detail
-
LinearRing
LinearRing(Path pPath)
Dedicated to `Path`
-
LinearRing
LinearRing(LineBuilder pLineBuilder, boolean pClosePath)
Dedicated to lines
-
LinearRing
LinearRing(LineBuilder pLineBuilder)
Dedicated to lines
-
LinearRing
LinearRing(Path pPath, boolean pClosed)
-
-
Method Detail
-
getDistance
double getDistance()
-
setGeodesic
void setGeodesic(boolean geodesic)
-
isGeodesic
boolean isGeodesic()
-
getPointsForMilestones
ListPointL getPointsForMilestones()
-
getBestOffset
void getBestOffset(Projection pProjection, PointL pOffset, PointL pPixel)
-
getCloserValue
static double getCloserValue(double pPrevious, double pNext, double pWorldSize)
-
setClipArea
void setClipArea(long pXMin, long pYMin, long pXMax, long pYMax)
-
setClipArea
void setClipArea(Projection pProjection)
-
getBoundingBox
BoundingBox getBoundingBox()
-
clear
void clear()
-
-
-
-