Uses of Enum Class
org.openspaces.spatial.ShapeFormat
Packages that use ShapeFormat
Package
Description
-
Uses of ShapeFormat in org.openspaces.spatial
Methods in org.openspaces.spatial that return ShapeFormatModifier and TypeMethodDescriptionstatic ShapeFormatReturns the enum constant of this class with the specified name.static ShapeFormat[]ShapeFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openspaces.spatial with parameters of type ShapeFormatModifier and TypeMethodDescriptionstatic ShapeShapeFactory.parse(String s, ShapeFormat shapeFormat) Parses the specified string using the specified shape format -
Uses of ShapeFormat in org.openspaces.spatial.shapes
Methods in org.openspaces.spatial.shapes with parameters of type ShapeFormatModifier and TypeMethodDescriptionShape.appendTo(StringBuilder stringBuilder, ShapeFormat shapeFormat) Appends a string representation of the shape using the specified formatShape.toString(ShapeFormat shapeFormat) Returns a string representation of the shape using the specified format. -
Uses of ShapeFormat in org.openspaces.spatial.shapes.impl
Methods in org.openspaces.spatial.shapes.impl with parameters of type ShapeFormatModifier and TypeMethodDescriptionCircleImpl.appendTo(StringBuilder stringBuilder, ShapeFormat shapeFormat) LineStringImpl.appendTo(StringBuilder stringBuilder, ShapeFormat shapeFormat) PointImpl.appendTo(StringBuilder stringBuilder, ShapeFormat shapeFormat) PolygonImpl.appendTo(StringBuilder stringBuilder, ShapeFormat shapeFormat) RectangleImpl.appendTo(StringBuilder stringBuilder, ShapeFormat shapeFormat) CircleImpl.toString(ShapeFormat shapeFormat) LineStringImpl.toString(ShapeFormat shapeFormat) PointImpl.toString(ShapeFormat shapeFormat) PolygonImpl.toString(ShapeFormat shapeFormat) RectangleImpl.toString(ShapeFormat shapeFormat)