Uses of Class
org.geotools.geometry.jts.Geometries
-
Packages that use Geometries Package Description org.geotools.geometry.jts org.geotools.geopkg org.geotools.swing.styling Dialogs to create basic rendering styles. -
-
Uses of Geometries in org.geotools.geometry.jts
Methods in org.geotools.geometry.jts that return Geometries Modifier and Type Method Description static GeometriesGeometries. get(Geometry geom)Get theGeometriesfor the given object.static GeometriesGeometries. getForBinding(Class<? extends Geometry> geomClass)Get theGeometriesfor the givenGeometryclass.static GeometriesGeometries. getForName(String name)Get theGeometriesfor the specified name.static GeometriesGeometries. getForSQLType(int sqlType)Get theGeometrieswith the given integer SQL type code.static GeometriesGeometries. valueOf(String name)Returns the enum constant of this type with the specified name.static Geometries[]Geometries. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Geometries in org.geotools.geopkg
Methods in org.geotools.geopkg that return Geometries Modifier and Type Method Description GeometriesFeatureEntry. getGeometryType()Methods in org.geotools.geopkg with parameters of type Geometries Modifier and Type Method Description voidFeatureEntry. setGeometryType(Geometries geometryType) -
Uses of Geometries in org.geotools.swing.styling
Methods in org.geotools.swing.styling that return Geometries Modifier and Type Method Description GeometriesJSimpleStyleDialog. getGeomType()Gets the geometry type of the selected feature type.
-