Uses of Class
fr.cnes.sitools.dataset.model.geometry.Point

Packages that use Point
fr.cnes.sitools.dataset.model.geometry   
 

Uses of Point in fr.cnes.sitools.dataset.model.geometry
 

Methods in fr.cnes.sitools.dataset.model.geometry that return types with arguments of type Point
 java.util.List<Point> GeometryObject.getPoints()
          Gets the points value
 

Method parameters in fr.cnes.sitools.dataset.model.geometry with type arguments of type Point
 void GeometryObject.setPoints(java.util.List<Point> points)
          Sets the value of points
 

Constructor parameters in fr.cnes.sitools.dataset.model.geometry with type arguments of type Point
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
 



Copyright © 2010-2013 CNES. All Rights Reserved.