Uses of Enum Class
org.geotools.geometry.jts.Geometries
Packages that use Geometries
Package
Description
Dialogs to create basic rendering styles.
-
Uses of Geometries in org.geotools.geometry.jts
Methods in org.geotools.geometry.jts that return GeometriesModifier and TypeMethodDescriptionstatic Geometries
Get theGeometries
for the given object.static Geometries
Geometries.getForBinding
(Class<? extends Geometry> geomClass) Get theGeometries
for the givenGeometry
class.static Geometries
Geometries.getForName
(String name) Get theGeometries
for the specified name.static Geometries
Geometries.getForSQLType
(int sqlType) Get theGeometries
with the given integer SQL type code.static Geometries
Returns the enum constant of this class with the specified name.static Geometries[]
Geometries.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Geometries in org.geotools.geopkg
Methods in org.geotools.geopkg that return GeometriesMethods in org.geotools.geopkg with parameters of type Geometries -
Uses of Geometries in org.geotools.swing.styling
Methods in org.geotools.swing.styling that return GeometriesModifier and TypeMethodDescriptionJSimpleStyleDialog.getGeomType()
Gets the geometry type of the selected feature type.