Uses of Class
dev.morphia.geo.LineString
-
Packages that use LineString Package Description dev.morphia.geo -
-
Uses of LineString in dev.morphia.geo
Methods in dev.morphia.geo that return LineString Modifier and Type Method Description LineStringPolygon. getExteriorBoundary()Deprecated, for removal: This API element is subject to removal in a future version.Returns a LineString representing the exterior boundary of this Polygon.static LineStringGeoJson. lineString(Point... points)Deprecated, for removal: This API element is subject to removal in a future version.Create a new LineString representing a GeoJSON LineString type.Methods in dev.morphia.geo that return types with arguments of type LineString Modifier and Type Method Description List<LineString>MultiLineString. getCoordinates()Deprecated, for removal: This API element is subject to removal in a future version.List<LineString>Polygon. getCoordinates()Deprecated, for removal: This API element is subject to removal in a future version.List<LineString>Polygon. getInteriorBoundaries()Deprecated, for removal: This API element is subject to removal in a future version.Returns a (possibly empty) List of LineStrings, one for each hole inside the external boundary of this polygon.Methods in dev.morphia.geo with parameters of type LineString Modifier and Type Method Description static MultiLineStringGeoJson. multiLineString(LineString... lines)Deprecated, for removal: This API element is subject to removal in a future version.Create a new MultiLineString representing a GeoJSON MultiLineString type.static PolygonGeoJson. polygon(LineString exteriorBoundary, LineString... interiorBoundaries)Deprecated, for removal: This API element is subject to removal in a future version.Lets you create a Polygon representing a GeoJSON Polygon type.Method parameters in dev.morphia.geo with type arguments of type LineString Modifier and Type Method Description static List<List<Position>>GeoJson. convertLineStrings(List<LineString> values)Deprecated, for removal: This API element is subject to removal in a future version.
-