Uses of Class
org.apache.sis.internal.feature.Geometries
Packages that use Geometries
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).
Base implementation shared by the main
filter package and the SQLMM extension.Partial implementation of SQLMM operations as filter expressions.
Build
DefaultFeatureTypes by inspection of database schemas.Specialization of
org.apache.sis.internal.sql.feature for the PostGIS database.-
Uses of Geometries in org.apache.sis.internal.feature
Methods in org.apache.sis.internal.feature that return GeometriesModifier and TypeMethodDescriptionabstract Geometries<G> GeometryWrapper.factory()Returns the implementation-dependent factory of geometric objects.static Geometries<?> Geometries.implementation(Class<?> type) Returns a factory backed by the same implementation than the given type.static Geometries<?> Geometries.implementation(GeometryLibrary library) Returns a factory backed by the specified geometry library implementation, of the default implementation if the specified library isnull. -
Uses of Geometries in org.apache.sis.internal.feature.esri
Subclasses of Geometries in org.apache.sis.internal.feature.esriModifier and TypeClassDescriptionfinal classThe factory of geometry objects backed by ESRI. -
Uses of Geometries in org.apache.sis.internal.feature.j2d
Subclasses of Geometries in org.apache.sis.internal.feature.j2dModifier and TypeClassDescriptionfinal classThe factory of geometry objects backed by Java2D. -
Uses of Geometries in org.apache.sis.internal.feature.jts
Subclasses of Geometries in org.apache.sis.internal.feature.jtsModifier and TypeClassDescriptionfinal classThe factory of geometry objects backed by Java Topology Suite (JTS). -
Uses of Geometries in org.apache.sis.internal.filter
Methods in org.apache.sis.internal.filter that return GeometriesModifier and TypeMethodDescriptionprotected static <G> Geometries<G> Node.getGeometryLibrary(Expression<?, GeometryWrapper<G>> expression) Returns a handler for the library of geometric objects used by the given expression.Methods in org.apache.sis.internal.filter with parameters of type GeometriesModifier and TypeMethodDescriptionprotected static <R,G> Expression <R, GeometryWrapper<G>> Node.toGeometryWrapper(Geometries<G> library, Expression<R, ?> expression) Returns an expression whose results is a geometry wrapper. -
Uses of Geometries in org.apache.sis.internal.filter.sqlmm
Methods in org.apache.sis.internal.filter.sqlmm with parameters of type GeometriesModifier and TypeMethodDescriptionfinal Class<?> SQLMM.getReturnType(Geometries<?> library) Returns the type of value returned by the SQLMM function.Constructors in org.apache.sis.internal.filter.sqlmm with parameters of type Geometries -
Uses of Geometries in org.apache.sis.internal.sql.feature
Constructors in org.apache.sis.internal.sql.feature with parameters of type GeometriesModifierConstructorDescriptionprotectedDatabase(DataSource source, DatabaseMetaData metadata, Geometries<G> geomLibrary, StoreListeners listeners) Creates a new handler for a spatial database. -
Uses of Geometries in org.apache.sis.internal.sql.postgis
Constructors in org.apache.sis.internal.sql.postgis with parameters of type GeometriesModifierConstructorDescriptionPostgres(DataSource source, Connection connection, DatabaseMetaData metadata, Geometries<G> geomLibrary, StoreListeners listeners) Creates a new session for a PostGIS database.