Uses of Class
org.apache.jena.geosparql.implementation.SRSInfo
Packages that use SRSInfo
Package
Description
-
Uses of SRSInfo in org.apache.jena.geosparql.implementation
Fields in org.apache.jena.geosparql.implementation declared as SRSInfoMethods in org.apache.jena.geosparql.implementation that return SRSInfoModifier and TypeMethodDescriptionstatic final SRSInfo
SRSInfo.getDefaultWktCRS84
(String srsURI) GeometryWrapper.getSrsInfo()
static final SRSInfo
SRSInfo.getUnrecognised
(String srsURI) Unrecognised SRS URI are assumed to follow the default CRS84 so that operations do not error but may not complete as expected.Methods in org.apache.jena.geosparql.implementation with parameters of type SRSInfoModifier and TypeMethodDescriptionstatic final org.locationtech.jts.geom.Geometry
Checks the spatial reference system URI for y,x and reverses the supplied geometry coordinates.Transform the GeometryWrapper into another spatial reference system. -
Uses of SRSInfo in org.apache.jena.geosparql.implementation.registry
Methods in org.apache.jena.geosparql.implementation.registry that return SRSInfo -
Uses of SRSInfo in org.apache.jena.geosparql.spatial
Methods in org.apache.jena.geosparql.spatial that return SRSInfoMethods in org.apache.jena.geosparql.spatial with parameters of type SRSInfoModifier and TypeMethodDescriptionstatic SearchEnvelope
SearchEnvelope.build
(GeometryWrapper geometryWrapper, SRSInfo srsInfo) static SearchEnvelope
SearchEnvelope.build
(GeometryWrapper geometryWrapper, SRSInfo srsInfo, double radius, String unitsURI) static SearchEnvelope
SearchEnvelope.build
(GeometryWrapper geometryWrapper, SRSInfo srsInfo, CardinalDirection direction) Build search envelope in the indicated cardinal direction.
Geographic SRS will wrap for half world in East/West directions.
Other SRS will extend to the valid domain. -
Uses of SRSInfo in org.apache.jena.geosparql.spatial.index.v1
Methods in org.apache.jena.geosparql.spatial.index.v1 that return SRSInfoModifier and TypeMethodDescriptionSpatialIndexAdapterV1.getSrsInfo()
Deprecated, for removal: This API element is subject to removal in a future version.SpatialIndexV1.getSrsInfo()
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SRSInfo in org.apache.jena.geosparql.spatial.index.v2
Methods in org.apache.jena.geosparql.spatial.index.v2 that return SRSInfoConstructors in org.apache.jena.geosparql.spatial.index.v2 with parameters of type SRSInfoModifierConstructorDescriptionSpatialIndexPerGraph
(SRSInfo srsInfo, STRtreePerGraph index, Path location)