Package | Description |
---|---|
org.geotools.geometry.jts | |
org.geotools.geopkg | |
org.geotools.swing.styling |
Dialogs to create basic rendering styles.
|
Modifier and Type | Method and Description |
---|---|
static Geometries |
Geometries.get(Geometry geom)
Get the
Geometries for the given object. |
static Geometries |
Geometries.getForBinding(Class<? extends Geometry> geomClass)
Get the
Geometries for the given Geometry class. |
static Geometries |
Geometries.getForName(String name)
Get the
Geometries for the specified name. |
static Geometries |
Geometries.getForSQLType(int sqlType)
Get the
Geometries with the given integer SQL type code. |
static Geometries |
Geometries.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.
|
Modifier and Type | Method and Description |
---|---|
Geometries |
FeatureEntry.getGeometryType() |
Modifier and Type | Method and Description |
---|---|
void |
FeatureEntry.setGeometryType(Geometries geometryType) |
Modifier and Type | Method and Description |
---|---|
Geometries |
JSimpleStyleDialog.getGeomType()
Gets the geometry type of the selected feature type.
|
Copyright © 1996–2019 Geotools. All rights reserved.