Uses of Enum
org.apache.sis.internal.feature.GeometryType
Packages that use GeometryType
Package
Description
A set of helper classes for the SIS implementation.
Centralizes usages ERSI geometry API by Apache SIS.
Centralizes usages of some (not all) Java2D geometry API by Apache SIS.
Methods specific to the Java Topology Suite (JTS).
Partial implementation of SQLMM operations as filter expressions.
Build
DefaultFeatureTypes by inspection of database schemas.-
Uses of GeometryType in org.apache.sis.internal.feature
Methods in org.apache.sis.internal.feature that return GeometryTypeModifier and TypeMethodDescriptionstatic GeometryTypeGeometryType.forBinaryType(int type) Returns the enumeration value for the given WKB type, ornullif unknown.static GeometryTypeReturns the enumeration value for the given name.static GeometryTypeReturns the enum constant of this type with the specified name.static GeometryType[]GeometryType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sis.internal.feature with parameters of type GeometryTypeModifier and TypeMethodDescriptionabstract GeometryWrapper<G> Geometries.createFromComponents(GeometryType type, Object components) Creates a geometry from components.Class<?> Geometries.getGeometryClass(GeometryType type) Returns the geometry class of the given instance.GeometryWrapper.toGeometryType(GeometryType target) Converts the given geometry to the specified type. -
Uses of GeometryType in org.apache.sis.internal.feature.esri
Methods in org.apache.sis.internal.feature.esri with parameters of type GeometryTypeModifier and TypeMethodDescriptionGeometryWrapper<com.esri.core.geometry.Geometry> Factory.createFromComponents(GeometryType type, Object components) Creates a geometry from components. -
Uses of GeometryType in org.apache.sis.internal.feature.j2d
Methods in org.apache.sis.internal.feature.j2d with parameters of type GeometryTypeModifier and TypeMethodDescriptionFactory.createFromComponents(GeometryType type, Object components) Creates a geometry from components. -
Uses of GeometryType in org.apache.sis.internal.feature.jts
Methods in org.apache.sis.internal.feature.jts with parameters of type GeometryTypeModifier and TypeMethodDescriptionGeometryWrapper<org.locationtech.jts.geom.Geometry> Factory.createFromComponents(GeometryType type, Object components) Creates a geometry from components.Class<?> Factory.getGeometryClass(GeometryType type) Returns the geometry class of the given instance. -
Uses of GeometryType in org.apache.sis.internal.filter.sqlmm
Methods in org.apache.sis.internal.filter.sqlmm that return types with arguments of type GeometryTypeModifier and TypeMethodDescriptionfinal Optional<GeometryType> SQLMM.getGeometryType()Returns the type of geometry returned by the SQLMM function. -
Uses of GeometryType in org.apache.sis.internal.sql.feature
Methods in org.apache.sis.internal.sql.feature that return types with arguments of type GeometryTypeModifier and TypeMethodDescriptionfinal Optional<GeometryType> Column.getGeometryType()If this column is a geometry column, returns the type of the geometry objects.