Package com.gaia3d.converter.kml
Interface AttributeReader
- All Known Implementing Classes:
DefaultKmlReader
,FastKmlReader
,GeojsonPointReader
,GeoPackageInstanceConverter
,JacksonKmlReader
,ShapePointReader
public interface AttributeReader
-
Method Summary
Modifier and TypeMethodDescriptiondefault int
calcTreeCount
(org.locationtech.jts.geom.Geometry polygon, double treeProportion, double treeDiameter) default List<org.locationtech.jts.geom.Point>
getRandomContainsPoints
(org.locationtech.jts.geom.Geometry polygon, org.locationtech.jts.geom.GeometryFactory geometryFactory, int count) default List<org.locationtech.jts.geom.Point>
getRandomContainsPoints2
(org.locationtech.jts.geom.Geometry polygon, org.locationtech.jts.geom.GeometryFactory geometryFactory, int count)
-
Method Details
-
read
-
readAll
-
calcTreeCount
default int calcTreeCount(org.locationtech.jts.geom.Geometry polygon, double treeProportion, double treeDiameter) -
getRandomContainsPoints
default List<org.locationtech.jts.geom.Point> getRandomContainsPoints(org.locationtech.jts.geom.Geometry polygon, org.locationtech.jts.geom.GeometryFactory geometryFactory, int count) -
getRandomContainsPoints2
default List<org.locationtech.jts.geom.Point> getRandomContainsPoints2(org.locationtech.jts.geom.Geometry polygon, org.locationtech.jts.geom.GeometryFactory geometryFactory, int count)
-