Uses of Class
org.h2gis.utilities.TableLocation

Packages that use TableLocation
org.h2gis.utilities   
 

Uses of TableLocation in org.h2gis.utilities
 

Methods in org.h2gis.utilities that return TableLocation
static TableLocation TableLocation.parse(String concatenatedTableLocation)
          Convert catalog.schema.table, schema.table or table into a TableLocation instance.
static TableLocation TableLocation.parse(String concatenatedTableLocation, Boolean isH2Database)
          Convert catalog.schema.table, schema.table or table into a TableLocation instance.
 

Methods in org.h2gis.utilities with parameters of type TableLocation
static List<String> SFSUtilities.getGeometryFields(Connection connection, TableLocation location)
          Find geometry fields name of a table.
static int SFSUtilities.getGeometryType(Connection connection, TableLocation location, String fieldName)
           
static com.vividsolutions.jts.geom.Envelope SFSUtilities.getTableEnvelope(Connection connection, TableLocation location, String geometryField)
          Merge the bounding box of all geometries inside the provided table.
 



Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.