|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.cnes.sitools.dataset.model.geometry.GeometryObject
public class GeometryObject
Object to store Geometry Object in predicats
| Constructor Summary | |
|---|---|
GeometryObject()
Default constuctor |
|
GeometryObject(GeometryType type)
Create a new GeometryObject with empty points list and a type |
|
GeometryObject(GeometryType type,
java.util.List<Point> points)
Create a new GeometryObject with type and list of points |
|
GeometryObject(GeometryType type,
java.util.List<Point> points,
double radius)
Create a new GeometryObject with type and list of points |
|
| Method Summary | |
|---|---|
java.util.List<Point> |
getPoints()
Gets the points value |
double |
getRadius()
Gets the radius value |
GeometryType |
getType()
Gets the type value |
void |
setPoints(java.util.List<Point> points)
Sets the value of points |
void |
setRadius(double radius)
Sets the value of radius |
void |
setType(GeometryType type)
Sets the value of type |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GeometryObject()
public GeometryObject(GeometryType type)
GeometryObject with empty points list and a type
type - the type of the GeometryObject
public GeometryObject(GeometryType type,
java.util.List<Point> points)
GeometryObject with type and list of points
type - the type of the GeometryObjectpoints - the List of Point
public GeometryObject(GeometryType type,
java.util.List<Point> points,
double radius)
GeometryObject with type and list of points
type - the type of the GeometryObjectpoints - the List of Pointradius - the radius| Method Detail |
|---|
public GeometryType getType()
public void setType(GeometryType type)
type - the type to setpublic java.util.List<Point> getPoints()
public void setPoints(java.util.List<Point> points)
points - the points to setpublic double getRadius()
public void setRadius(double radius)
radius - the radius to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||