public class ST_Isovist
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_Isovist() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.Geometry |
isovist(org.locationtech.jts.geom.Geometry viewPoint,
org.locationtech.jts.geom.Geometry lineSegments,
double maxDistance)
This function compute the visibility polygon
|
static org.locationtech.jts.geom.Geometry |
isovist(org.locationtech.jts.geom.Geometry viewPoint,
org.locationtech.jts.geom.Geometry lineSegments,
double maxDistance,
double radBegin,
double radSize)
This function compute the visibility polygon
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry isovist(org.locationtech.jts.geom.Geometry viewPoint,
org.locationtech.jts.geom.Geometry lineSegments,
double maxDistance)
throws SQLException
viewPoint - Point instance, isovist locationlineSegments - Occlusion segments. Geometry collection or polygon or linestringmaxDistance - Maximum distance of view from viewPoint (spatial ref units)SQLException - In case of wrong parameterspublic static org.locationtech.jts.geom.Geometry isovist(org.locationtech.jts.geom.Geometry viewPoint,
org.locationtech.jts.geom.Geometry lineSegments,
double maxDistance,
double radBegin,
double radSize)
throws SQLException
viewPoint - Point instance, isovist locationlineSegments - Occlusion segments. Geometry collection or polygon or linestringmaxDistance - Maximum distance of view from viewPoint (spatial ref units)radBegin - Constraint view angle start in radianradSize - Constraint view angle size in radianSQLException - In case of wrong parametersCopyright © 2019 CNRS. All rights reserved.