Package sec.geo
Class GeoEllipse
java.lang.Object
sec.geo.GeoPath
sec.geo.GeoEllipse
- All Implemented Interfaces:
Shape
-
Field Summary
Fields inherited from class sec.geo.GeoPath
geoCalc, REFERENCE_ELLIPSOID -
Constructor Summary
ConstructorsConstructorDescriptionGeoEllipse(GeoPoint pivot, double widthMeters, double heightMeters, double maxDistanceMeters, double flatnessDistanceMeters, int limit) -
Method Summary
Methods inherited from class sec.geo.GeoPath
arcTo, closePath, contains, contains, contains, contains, getBounds, getBounds2D, getPath, getPathIterator, getPathIterator, getToPoints, intersects, intersects, lineTo, lineTo, moveTo, moveTo, toGlobalCoord, toString
-
Constructor Details
-
GeoEllipse
public GeoEllipse(GeoPoint pivot, double widthMeters, double heightMeters, double maxDistanceMeters, double flatnessDistanceMeters, int limit)
-