Class GeometryResult

  • All Implemented Interfaces:
    Result

    public class GeometryResult
    extends java.lang.Object
    implements Result
    Version:
    1.7
    • Field Detail

    • Constructor Detail

      • GeometryResult

        public GeometryResult​(Geometry geometry)
    • Method Detail

      • getGeometry

        public Geometry getGeometry()
      • equals

        public boolean equals​(Result other,
                              double tolerance)
        Specified by:
        equals in interface Result
      • toLongString

        public java.lang.String toLongString()
        Specified by:
        toLongString in interface Result
      • toFormattedString

        public java.lang.String toFormattedString()
        Specified by:
        toFormattedString in interface Result
      • toShortString

        public java.lang.String toShortString()
        Specified by:
        toShortString in interface Result