public class ST_Svf
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_Svf() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addSegments(org.locationtech.jts.geom.Coordinate[] coords,
org.locationtech.jts.geom.GeometryFactory factory,
org.locationtech.jts.index.strtree.STRtree strtree) |
static double |
computeSvf(org.locationtech.jts.geom.Point pt,
org.locationtech.jts.geom.Geometry geoms,
double distance,
int rayCount)
The method to compute the Sky View Factor
|
static double |
computeSvf(org.locationtech.jts.geom.Point pt,
org.locationtech.jts.geom.Geometry geoms,
double distance,
int rayCount,
int stepRayLength)
The method to compute the Sky View Factor
|
String |
getJavaStaticMethod() |
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static double computeSvf(org.locationtech.jts.geom.Point pt,
org.locationtech.jts.geom.Geometry geoms,
double distance,
int rayCount)
pt - distance - rayCount - number of raysgeoms - public static double computeSvf(org.locationtech.jts.geom.Point pt,
org.locationtech.jts.geom.Geometry geoms,
double distance,
int rayCount,
int stepRayLength)
pt - distance - rayCount - number of raysstepRayLength - length of sub ray used to limit the number of geometries when requestedgeoms - public static void addSegments(org.locationtech.jts.geom.Coordinate[] coords,
org.locationtech.jts.geom.GeometryFactory factory,
org.locationtech.jts.index.strtree.STRtree strtree)
coords - factory - strtree - Copyright © 2019 CNRS. All rights reserved.