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

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

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

Methods in fr.cnes.sitools.dataset.model.geometry that return GeometryType
 GeometryType GeometryObject.getType()
          Gets the type value
static GeometryType GeometryType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GeometryType[] GeometryType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in fr.cnes.sitools.dataset.model.geometry with parameters of type GeometryType
 void GeometryObject.setType(GeometryType type)
          Sets the value of type
 

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



Copyright © 2010-2013 CNES. All Rights Reserved.