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 TypeMethodDescriptionprivate org.locationtech.jts.geom.GeometryWrapper.convert(GeometryType target) Converts the given geometry to the specified type without wrapper.GeometryWrapper<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.GeometryWrapper<org.locationtech.jts.geom.Geometry>Wrapper.toGeometryType(GeometryType target) Converts the given geometry to the specified type. -
Uses of GeometryType in org.apache.sis.internal.filter.sqlmm
Fields in org.apache.sis.internal.filter.sqlmm declared as GeometryTypeModifier and TypeFieldDescription(package private) final GeometryTypeSQLMM.geometryType1The geometry type of the two first parameters, ornullif the parameter is not a geometry.(package private) final GeometryTypeSQLMM.geometryType2The geometry type of the two first parameters, ornullif the parameter is not a geometry.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.Constructors in org.apache.sis.internal.filter.sqlmm with parameters of type GeometryTypeModifierConstructorDescriptionprivateSQLMM(int minParamCount, int maxParamCount, GeometryType geometryType1, GeometryType geometryType2, Object returnType) Creates a new enumeration value.privateSQLMM(GeometryType geometryType1, Object returnType) Creates a new enumeration value for an operation expecting exactly one geometry object and no other argument. -
Uses of GeometryType in org.apache.sis.internal.sql.feature
Fields in org.apache.sis.internal.sql.feature declared as GeometryTypeModifier and TypeFieldDescriptionprivate GeometryTypeColumn.geometryTypeIf this column is a geometry column, the type of the geometry objects.Methods in org.apache.sis.internal.sql.feature that return GeometryTypeModifier and TypeMethodDescription(package private) GeometryTypeDecodes the geometry type encoded in the specified column of the given result set.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.Methods in org.apache.sis.internal.sql.feature with parameters of type GeometryTypeModifier and TypeMethodDescription(package private) final voidColumn.makeSpatial(Localized caller, GeometryType type, org.opengis.referencing.crs.CoordinateReferenceSystem crs) Modifies this column for declaring it as a geometry or raster column.