Uses of Class
org.hortonmachine.gears.utils.geometry.EGeometryType
-
Packages that use EGeometryType Package Description org.hortonmachine.gears.utils.geometry org.hortonmachine.gears.utils.style -
-
Uses of EGeometryType in org.hortonmachine.gears.utils.geometry
Methods in org.hortonmachine.gears.utils.geometry that return EGeometryType Modifier and Type Method Description static EGeometryTypeEGeometryType. forClass(Class<?> clazz)static EGeometryTypeEGeometryType. forGeometry(org.locationtech.jts.geom.Geometry geometry)Returns theEGeometryTypefor a givenGeometry.static EGeometryTypeEGeometryType. forGeometryDescriptor(org.opengis.feature.type.GeometryDescriptor geometryDescriptor)Returns theEGeometryTypefor a givenGeometryDescriptor.static EGeometryTypeEGeometryType. forGeometryType(org.opengis.feature.type.GeometryType geometryType)Returns theEGeometryTypefor a givenGeometryType.static EGeometryTypeEGeometryType. forWktName(String wktName)static EGeometryTypeEGeometryType. valueOf(String name)Returns the enum constant of this type with the specified name.static EGeometryType[]EGeometryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hortonmachine.gears.utils.geometry with parameters of type EGeometryType Modifier and Type Method Description booleanEGeometryType. isCompatibleWith(EGeometryType geometryType) -
Uses of EGeometryType in org.hortonmachine.gears.utils.style
Methods in org.hortonmachine.gears.utils.style that return EGeometryType Modifier and Type Method Description EGeometryTypeRuleWrapper. getType()Returns the type of geometry/raster that theSymbolizerWrapperrepresents.Constructors in org.hortonmachine.gears.utils.style with parameters of type EGeometryType Constructor Description TextSymbolizerWrapper(org.geotools.styling.Symbolizer symbolizer, RuleWrapper parent, EGeometryType geomType)
-