Uses of Enum Class
repast.simphony.gis.util.GeometryUtil.GeometryType
Package
Description
-
Uses of GeometryUtil.GeometryType in repast.simphony.gis.styleEditor
Modifier and TypeMethodDescriptionstatic org.geotools.styling.Style
StylePreviewFactory.getDefaultStyle
(GeometryUtil.GeometryType geomType) Provide a default style for the style editors. -
Uses of GeometryUtil.GeometryType in repast.simphony.gis.util
Modifier and TypeMethodDescriptionstatic GeometryUtil.GeometryType
GeometryUtil.findGeometryType
(Class geomClass) Finds the geometry type of the specified org.locationtech.jts.geom class.static GeometryUtil.GeometryType
GeometryUtil.findGeometryType
(org.geotools.styling.Style style) Finds the geometry type associated with a style.static GeometryUtil.GeometryType
GeometryUtil.findGeometryType
(org.locationtech.jts.geom.Geometry geom) Finds the geometry type of the specified geometry.static GeometryUtil.GeometryType
GeometryUtil.findGeometryType
(org.opengis.feature.simple.SimpleFeature feature) Finds the geometry type of the specified feature.static GeometryUtil.GeometryType
Returns the enum constant of this class with the specified name.static GeometryUtil.GeometryType[]
GeometryUtil.GeometryType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GeometryUtil.GeometryType in repast.simphony.visualization.editor.gis
Modifier and TypeMethodDescriptionvoid
DisplayEditorGIS.addAgentAt
(List<org.locationtech.jts.geom.Coordinate> coords, GeometryUtil.GeometryType type) Deprecated.Adds the current object to add at the specified coordinates.boolean
GISAddListener.preAdd
(List<org.locationtech.jts.geom.Coordinate> coords, GeometryUtil.GeometryType type) Deprecated.void
GISAddHandler.start
(GeometryUtil.GeometryType geomType) Deprecated. -
Uses of GeometryUtil.GeometryType in repast.simphony.visualization.gui
Modifier and TypeFieldDescriptionprotected DefaultComboBoxModel<GeometryUtil.GeometryType>
GISStylePanel.geomListmodel
Deprecated.