public class SpatialUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MULTILINESTRING |
static String |
MULTIPOINT |
static String |
MULTIPOLYGON |
static List |
VALID_GEOMS |
| Constructor and Description |
|---|
SpatialUtil() |
| Modifier and Type | Method and Description |
|---|---|
static com.vividsolutions.jts.geom.Geometry |
geometrieFromText(String wktgeom,
int srid) |
static List |
getClusters() |
static Clusters |
getDefaultCluster() |
static Gegevensbron |
getGegevensbron(String gbId) |
static Themas |
getThema(String themaid)
Haal een Thema op uit de database door middel van het meegegeven thema
id.
|
static List<ThemaData> |
getThemaData(Gegevensbron gb,
boolean basisregel) |
static List<UserKaartgroep> |
getUserKaartGroepen(String code) |
static List<UserKaartlaag> |
getUserKaartLagen(String code) |
static List<UserService> |
getUserServices(String code) |
static List |
getValidClusters() |
static List |
getValidThemas(boolean locatie) |
static List<UserLayer> |
getValidUserLayers(UserService service) |
static List<UserService> |
getValidUserServices(String code) |
static String |
setAttributeValue(Connection conn,
String tableName,
String keyName,
int keyValue,
String attributeName,
String newValue) |
public static final String MULTIPOINT
public static final String MULTILINESTRING
public static final String MULTIPOLYGON
public static final List VALID_GEOMS
public static List getValidClusters()
public static List getClusters()
public static Clusters getDefaultCluster()
public static Themas getThema(String themaid)
themaid - StringThemaspublic static Gegevensbron getGegevensbron(String gbId)
public static List getValidThemas(boolean locatie)
public static List<ThemaData> getThemaData(Gegevensbron gb, boolean basisregel)
public static String setAttributeValue(Connection conn, String tableName, String keyName, int keyValue, String attributeName, String newValue) throws SQLException
SQLExceptionpublic static com.vividsolutions.jts.geom.Geometry geometrieFromText(String wktgeom, int srid)
public static List<UserKaartgroep> getUserKaartGroepen(String code)
public static List<UserKaartlaag> getUserKaartLagen(String code)
public static List<UserService> getUserServices(String code)
public static List<UserService> getValidUserServices(String code)
public static List<UserLayer> getValidUserLayers(UserService service)
Copyright © 2016. All rights reserved.