Uses of Class
org.gbif.api.model.registry.eml.geospatial.Point
-
Packages that use Point Package Description org.gbif.api.model.registry.eml.geospatial -
-
Uses of Point in org.gbif.api.model.registry.eml.geospatial
Methods in org.gbif.api.model.registry.eml.geospatial that return types with arguments of type Point Modifier and Type Method Description List<Point>
Polygon. getPoints()
Methods in org.gbif.api.model.registry.eml.geospatial with parameters of type Point Modifier and Type Method Description void
Polygon. addPoint(Point point)
Method parameters in org.gbif.api.model.registry.eml.geospatial with type arguments of type Point Modifier and Type Method Description void
Polygon. setPoints(List<Point> points)
-