|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PointGeometryType
Geometry type for point geometries.
| Method Summary | |
|---|---|
Point |
createPoint(double[] coordinates)
Creates a new point object |
Point |
createPoint(double x,
double y)
Creates a new point object |
| Methods inherited from interface org.gvsig.fmap.geom.type.GeometryType |
|---|
create, getGeometryOperation, getName, getSubType, getType, isSubTypeOf, isSubTypeOf, isTypeOf, isTypeOf, setGeometryOperation, toString |
| Method Detail |
|---|
Point createPoint(double x,
double y)
x - the x coordinate of the pointy - the y coordinate of the point
Point createPoint(double[] coordinates)
coordinates - the coordinates of the point
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||