Uses of Enum Class
org.heigit.ohsome.ohsomeapi.inputprocessing.SimpleFeatureType
-
Uses of SimpleFeatureType in org.heigit.ohsome.ohsomeapi.inputprocessing
Modifier and TypeMethodDescriptionstatic SimpleFeatureType
Returns the enum constant of this class with the specified name.static SimpleFeatureType[]
SimpleFeatureType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionInputProcessor.defineSimpleFeatureTypes
(String[] types) Defines the simple feature types and corresponding OSM types out of the given String array.ProcessingData.getSimpleFeatureTypes()
Modifier and TypeMethodDescriptionboolean
InputProcessingUtils.checkGeometryOnSimpleFeatures
(org.locationtech.jts.geom.Geometry geom, Set<SimpleFeatureType> simpleFeatureTypes) Checks whether a geometry is of given feature type (Puntal|Lineal|Polygonal).void
ProcessingData.setSimpleFeatureTypes
(EnumSet<SimpleFeatureType> simpleFeatureTypes)