Uses of Enum Class
repast.simphony.gis.util.GeometryUtil.GeometryType
Packages that use GeometryUtil.GeometryType
Package
Description
-
Uses of GeometryUtil.GeometryType in repast.simphony.gis.styleEditor
Methods in repast.simphony.gis.styleEditor with parameters of type GeometryUtil.GeometryTypeModifier 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
Methods in repast.simphony.gis.util that return GeometryUtil.GeometryTypeModifier 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
Methods in repast.simphony.visualization.editor.gis with parameters of type GeometryUtil.GeometryTypeModifier 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
Fields in repast.simphony.visualization.gui with type parameters of type GeometryUtil.GeometryTypeModifier and TypeFieldDescriptionprotected DefaultComboBoxModel<GeometryUtil.GeometryType>
GISStylePanel.geomListmodel
Deprecated.