Uses of Class
org.gvsig.fmap.geom.exception.CreateGeometryException
Packages that use CreateGeometryException
-
Uses of CreateGeometryException in org.gvsig.fmap.geom
Methods in org.gvsig.fmap.geom that throw CreateGeometryExceptionModifier and TypeMethodDescriptionstatic PointGeometryUtils.calculateLambdaPoint(Point p1, Point p2, double lambda) Calculates a point on the line that passes through two points whose distance to the first is proportional to the distance between them according to the lambda parameterGeometryManager.create(int type, int subType) This method creates aGeometrywith a concrete type and subtype.This method creates aGeometrywith the type specified by this name.GeometryManager.create(GeometryType geomType) This method creates aGeometrywith the type specified by this GeometryType.static ArcGeometryUtils.createArc(Point center, double radius, double startAngle, double angleExt, int subtype) Creates an arc as of center, radius, start angle and extension angle.static CircleGeometryUtils.createCircle(org.gvsig.euclidean.EuclideanLine2D line1, org.gvsig.euclidean.EuclideanLine2D line2, Point point, int subtype) Creates a circle from two tangents and one point.static CircleGeometryUtils.createCircle(Geometry geometry1, Geometry geometry2, double radius, Point firstPoint, Point secondPoint, int subtype) Creates a circle from two tangent geometries and the radius.static CircleGeometryUtils.createCircle(Point center, double radius, int subtype) Creates a circle as of center and radius.static CircleGeometryUtils.createCircle(Point firstPoint, Point secondPoint, Point thirdPoint, int subtype) Creates a circle from three points.static CircleGeometryUtils.createCircle(Point firstPoint, Point secondPoint, Point thirdPoint, Point fourthPoint, Point fifthPoint, int subtype) Creates a circle from five points.The first two points are two points on a tangent to the circle.The next two are two points on another tangent to the circle.The last one is a point near the center of the circle.GeometryManager.createCurve(int subType) GeometryManager.createCurve(GeneralPathX generalPathX, int subType) Create a new curve with a concrete type and sets the value for the coordinates using a GeneralPathX.static ArcGeometryUtils.createEllipse(Point firstPointAxisA, Point secondPointAxisA, double halfLengthAxisB, int subtype) Creates an ellipse from start and end point of A axis and half length of B axis.static EllipseGeometryUtils.createFilledEllipse(Point firstPointAxisA, Point secondPointAxisA, double halfLengthAxisB, int subtype) Creates a filled ellipse from start and end point of A axis and half length of B axis.GeometryManager.createFrom(byte[] wkb) Create a geometry from a WKB definition.GeometryManager.createFrom(byte[] wkb, org.gvsig.crs.projection.lib.Projection srs) GeometryManager.createFrom(Object data) GeometryManager.createFrom(String wkt) Create a geometry from a WKT or HexWKB definition.GeometryManager.createFrom(String wkt, String srs) Create a geometry from a WKT definition.GeometryManager.createFrom(String wkt, org.gvsig.crs.projection.lib.Projection srs) GeometryManager.createLine(int subType) Create a new line with a concrete type.static LineGeometryUtils.createLine(double x1, double y1, double x2, double y2, int subtype) Creates line as of two point coordinates.static LineGeometryUtils.createLine(Point p1, Point p2, int subtype) Creates line as of two point objects.GeometryManager.createMultiCurve(int subType) Create a new multicurve with a concrete subtype.GeometryManager.createMultiCurve(GeneralPathX generalPathX, int subType) Create a new multicurve with a concrete type and sets the value for the coordinates using a GeneralPathX.GeometryManager.createMultiLine(int subType) GeometryManager.createMultiPoint(int subType) Create a new multipoint with a concrete subtype.GeometryManager.createMultiPoint(GeneralPathX generalPathX, int subType) Create a new multipoint with a concrete type and sets the value for the coordinates using a GeneralPathX.GeometryManager.createMultiPolygon(int subType) GeometryManager.createMultiPrimitive(GeometryType geometryType) GeometryManager.createMultiSurface(int subType) Create a new multisurface with a concrete subtype.GeometryManager.createMultiSurface(GeneralPathX generalPathX, int subType) Create a new multisurface with a concrete type and sets the value for the coordinates using a GeneralPathX.GeometryManager.createNullGeometry(int subType) It creates a null geometry with a concrete subtype.GeometryManager.createPoint(double x, double y, int subType) Create a new point with a concrete type and sets the value for the X and the Y.GeometryManager.createPolygon(int subType) Create a new polygon with a concrete type.static SplineGeometryUtils.createSpline(List<Point> points, int subtype) Create Spline from point listGeometryManager.createSurface(int subType) GeometryManager.createSurface(GeneralPathX generalPathX, int subType) Create a new surface with a concrete type and sets the value for the coordinates using a GeneralPathX.static PointGets center point of three points.static PointGeometryUtils.getMidPoint(Point a, Point b, int subtype) Gets midpoint of two points -
Uses of CreateGeometryException in org.gvsig.fmap.geom.complex
Methods in org.gvsig.fmap.geom.complex that throw CreateGeometryException -
Uses of CreateGeometryException in org.gvsig.fmap.geom.type
Methods in org.gvsig.fmap.geom.type that throw CreateGeometryException