geotrellis.feature.op.geometry

GetSymDifference

case class GetSymDifference[A](g: Op[Geometry[A]], other: Op[Geometry[_]]) extends Op2[Geometry[A], Geometry[_], Product with Serializable with Feature[com.vividsolutions.jts.geom.Geometry, A] { ... /* 2 definitions in type refinement */ }] with Product with Serializable

Returns a geometry defined by the points that are in one of the two geometries but not the other.

A

type of feature data

g

first geometry to intersect, whose data is preserved

other

other geometry to intersect

See also

"JTS documentation"

Linear Supertypes
Serializable, Serializable, Op2[Geometry[A], Geometry[_], Product with Serializable with Feature[com.vividsolutions.jts.geom.Geometry, A] { ... /* 2 definitions in type refinement */ }], Operation[Product with Serializable with Feature[com.vividsolutions.jts.geom.Geometry, A] { ... /* 2 definitions in type refinement */ }], Product, scala.Equals, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GetSymDifference
  2. Serializable
  3. Serializable
  4. Op2
  5. Operation
  6. Product
  7. Equals
  8. AnyRef
  9. Any
Implicitly
  1. by implicitLiteral
  2. by any2stringadd
  3. by any2stringfmt
  4. by any2ArrowAssoc
  5. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GetSymDifference(g: Op[Geometry[A]], other: Op[Geometry[_]])

    g

    first geometry to intersect, whose data is preserved

    other

    other geometry to intersect

Type Members

  1. type Args = List[Any]

    Definition Classes
    Operation
  2. type Steps = PartialFunction[Any, StepOutput[Product with Serializable with Feature[com.vividsolutions.jts.geom.Geometry, A] { ... /* 2 definitions in type refinement */ }]]

    Definition Classes
    Operation

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from GetSymDifference[A] to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (GetSymDifference[A], B)

    Implicit information
    This member is added by an implicit conversion from GetSymDifference[A] to ArrowAssoc[GetSymDifference[A]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. def _run(context: Context): StepOutput[Product with Serializable with Feature[com.vividsolutions.jts.geom.Geometry, A] { ... /* 2 definitions in type refinement */ }]

    Definition Classes
    Op2Operation
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def canEqual(other: Any): Boolean

    Definition Classes
    Op2 → Equals
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. val debug: Boolean

    Definition Classes
    Operation
  13. def dispatch(dispatcher: ActorRef): DispatchedOperation[Product with Serializable with Feature[com.vividsolutions.jts.geom.Geometry, A] { ... /* 2 definitions in type refinement */ }]

    Definition Classes
    Operation
  14. def ensuring(cond: (GetSymDifference[A]) ⇒ Boolean, msg: ⇒ Any): GetSymDifference[A]

    Implicit information
    This member is added by an implicit conversion from GetSymDifference[A] to Ensuring[GetSymDifference[A]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (GetSymDifference[A]) ⇒ Boolean): GetSymDifference[A]

    Implicit information
    This member is added by an implicit conversion from GetSymDifference[A] to Ensuring[GetSymDifference[A]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): GetSymDifference[A]

    Implicit information
    This member is added by an implicit conversion from GetSymDifference[A] to Ensuring[GetSymDifference[A]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): GetSymDifference[A]

    Implicit information
    This member is added by an implicit conversion from GetSymDifference[A] to Ensuring[GetSymDifference[A]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def filter(f: (Product with Serializable with Feature[com.vividsolutions.jts.geom.Geometry, A] { ... /* 2 definitions in type refinement */ }) ⇒ Boolean): Operation[Product with Serializable with Feature[com.vividsolutions.jts.geom.Geometry, A] { ... /* 2 definitions in type refinement */ }]

    Definition Classes
    Operation
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  21. def flatMap[U](f: (Product with Serializable with Feature[com.vividsolutions.jts.geom.Geometry, A] { ... /* 2 definitions in type refinement */ }) ⇒ Operation[U]): Operation[U]

    Create a new operation with a function that takes the result of this operation and returns a new operation.

    Create a new operation with a function that takes the result of this operation and returns a new operation.

    Definition Classes
    Operation
  22. def foreach[U](f: (Product with Serializable with Feature[com.vividsolutions.jts.geom.Geometry, A] { ... /* 2 definitions in type refinement */ }) ⇒ U): Unit

    Create an operation that applies the function f to the result of this operation, but returns nothing.

    Create an operation that applies the function f to the result of this operation, but returns nothing.

    Definition Classes
    Operation
  23. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from GetSymDifference[A] to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. val g: Op[Geometry[A]]

    first geometry to intersect, whose data is preserved

  25. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def map[U](f: (Product with Serializable with Feature[com.vividsolutions.jts.geom.Geometry, A] { ... /* 2 definitions in type refinement */ }) ⇒ U): Operation[U]

    Create a new operation that returns the result of the provided function that takes this operation's result as its argument.

    Create a new operation that returns the result of the provided function that takes this operation's result as its argument.

    Definition Classes
    Operation
  28. def name: String

    Return operation identified (class simple name).

    Return operation identified (class simple name).

    Definition Classes
    Operation
  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. val nextSteps: Steps

    Definition Classes
    Op2Operation
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. val other: Op[Geometry[_]]

    other geometry to intersect

  34. def processNextSteps(args: Args): StepOutput[Product with Serializable with Feature[com.vividsolutions.jts.geom.Geometry, A] { ... /* 2 definitions in type refinement */ }]

    Definition Classes
    Operation
  35. def productArity: Int

    Definition Classes
    Op2 → Product
  36. def productElement(n: Int): Any

    Definition Classes
    Op2 → Product
  37. def productIterator: Iterator[Any]

    Implicit information
    This member is added by an implicit conversion from GetSymDifference[A] to Operation[GetSymDifference[A]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[GetSymDifference[A]] is in scope.
    Definition Classes
    Product
  38. def productPrefix: String

    Implicit information
    This member is added by an implicit conversion from GetSymDifference[A] to Operation[GetSymDifference[A]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[GetSymDifference[A]] is in scope.
    Definition Classes
    Product
  39. def run(context: Context): StepOutput[Product with Serializable with Feature[com.vividsolutions.jts.geom.Geometry, A] { ... /* 2 definitions in type refinement */ }]

    Execute this operation and return the result.

    Execute this operation and return the result.

    Definition Classes
    Operation
  40. def runAsync(args: Args): StepOutput[Product with Serializable with Feature[com.vividsolutions.jts.geom.Geometry, A] { ... /* 2 definitions in type refinement */ }]

    Definition Classes
    Operation
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  42. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  43. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  44. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  45. def withResult[U](f: (Product with Serializable with Feature[com.vividsolutions.jts.geom.Geometry, A] { ... /* 2 definitions in type refinement */ }) ⇒ Operation[U]): Operation[U]

    Create a new operation with a function that takes the result of this operation and returns a new operation.

    Create a new operation with a function that takes the result of this operation and returns a new operation.

    Same as flatMap.

    Definition Classes
    Operation
  46. def [B](y: B): (GetSymDifference[A], B)

    Implicit information
    This member is added by an implicit conversion from GetSymDifference[A] to ArrowAssoc[GetSymDifference[A]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implict Value Members

  1. def canEqual(that: Any): Boolean

    Implicit information
    This member is added by an implicit conversion from GetSymDifference[A] to Operation[GetSymDifference[A]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[GetSymDifference[A]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (getSymDifference: Operation[GetSymDifference[A]]).canEqual(that)
    Definition Classes
    Equals
  2. val debug: Boolean

    Implicit information
    This member is added by an implicit conversion from GetSymDifference[A] to Operation[GetSymDifference[A]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[GetSymDifference[A]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (getSymDifference: Operation[GetSymDifference[A]]).debug
    Definition Classes
    Operation
  3. def dispatch(dispatcher: ActorRef): DispatchedOperation[GetSymDifference[A]]

    Implicit information
    This member is added by an implicit conversion from GetSymDifference[A] to Operation[GetSymDifference[A]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[GetSymDifference[A]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (getSymDifference: Operation[GetSymDifference[A]]).dispatch(dispatcher)
    Definition Classes
    Operation
  4. def filter(f: (GetSymDifference[A]) ⇒ Boolean): Operation[GetSymDifference[A]]

    Implicit information
    This member is added by an implicit conversion from GetSymDifference[A] to Operation[GetSymDifference[A]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[GetSymDifference[A]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (getSymDifference: Operation[GetSymDifference[A]]).filter(f)
    Definition Classes
    Operation
  5. def flatMap[U](f: (GetSymDifference[A]) ⇒ Operation[U]): Operation[U]

    Create a new operation with a function that takes the result of this operation and returns a new operation.

    Create a new operation with a function that takes the result of this operation and returns a new operation.

    Implicit information
    This member is added by an implicit conversion from GetSymDifference[A] to Operation[GetSymDifference[A]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[GetSymDifference[A]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (getSymDifference: Operation[GetSymDifference[A]]).flatMap(f)
    Definition Classes
    Operation
  6. def foreach[U](f: (GetSymDifference[A]) ⇒ U): Unit

    Create an operation that applies the function f to the result of this operation, but returns nothing.

    Create an operation that applies the function f to the result of this operation, but returns nothing.

    Implicit information
    This member is added by an implicit conversion from GetSymDifference[A] to Operation[GetSymDifference[A]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[GetSymDifference[A]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (getSymDifference: Operation[GetSymDifference[A]]).foreach(f)
    Definition Classes
    Operation
  7. def map[U](f: (GetSymDifference[A]) ⇒ U): Operation[U]

    Create a new operation that returns the result of the provided function that takes this operation's result as its argument.

    Create a new operation that returns the result of the provided function that takes this operation's result as its argument.

    Implicit information
    This member is added by an implicit conversion from GetSymDifference[A] to Operation[GetSymDifference[A]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[GetSymDifference[A]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (getSymDifference: Operation[GetSymDifference[A]]).map(f)
    Definition Classes
    Operation
  8. def name: String

    Return operation identified (class simple name).

    Return operation identified (class simple name).

    Implicit information
    This member is added by an implicit conversion from GetSymDifference[A] to Operation[GetSymDifference[A]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[GetSymDifference[A]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (getSymDifference: Operation[GetSymDifference[A]]).name
    Definition Classes
    Operation
  9. val nextSteps: PartialFunction[Any, StepOutput[GetSymDifference[A]]]

    Implicit information
    This member is added by an implicit conversion from GetSymDifference[A] to Operation[GetSymDifference[A]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[GetSymDifference[A]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (getSymDifference: Operation[GetSymDifference[A]]).nextSteps
    Definition Classes
    Operation
  10. def processNextSteps(args: List[Any]): StepOutput[GetSymDifference[A]]

    Implicit information
    This member is added by an implicit conversion from GetSymDifference[A] to Operation[GetSymDifference[A]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[GetSymDifference[A]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (getSymDifference: Operation[GetSymDifference[A]]).processNextSteps(args)
    Definition Classes
    Operation
  11. def productArity: Int

    Implicit information
    This member is added by an implicit conversion from GetSymDifference[A] to Operation[GetSymDifference[A]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[GetSymDifference[A]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (getSymDifference: Operation[GetSymDifference[A]]).productArity
    Definition Classes
    Product
  12. def productElement(n: Int): Any

    Implicit information
    This member is added by an implicit conversion from GetSymDifference[A] to Operation[GetSymDifference[A]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[GetSymDifference[A]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (getSymDifference: Operation[GetSymDifference[A]]).productElement(n)
    Definition Classes
    Product
  13. def run(context: Context): StepOutput[GetSymDifference[A]]

    Execute this operation and return the result.

    Execute this operation and return the result.

    Implicit information
    This member is added by an implicit conversion from GetSymDifference[A] to Operation[GetSymDifference[A]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[GetSymDifference[A]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (getSymDifference: Operation[GetSymDifference[A]]).run(context)
    Definition Classes
    Operation
  14. def runAsync(args: List[Any]): StepOutput[GetSymDifference[A]]

    Implicit information
    This member is added by an implicit conversion from GetSymDifference[A] to Operation[GetSymDifference[A]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[GetSymDifference[A]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (getSymDifference: Operation[GetSymDifference[A]]).runAsync(args)
    Definition Classes
    Operation
  15. val self: Any

    Implicit information
    This member is added by an implicit conversion from GetSymDifference[A] to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (getSymDifference: StringAdd).self
    Definition Classes
    StringAdd
  16. val self: Any

    Implicit information
    This member is added by an implicit conversion from GetSymDifference[A] to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (getSymDifference: StringFormat).self
    Definition Classes
    StringFormat
  17. def withResult[U](f: (GetSymDifference[A]) ⇒ Operation[U]): Operation[U]

    Create a new operation with a function that takes the result of this operation and returns a new operation.

    Create a new operation with a function that takes the result of this operation and returns a new operation.

    Same as flatMap.

    Implicit information
    This member is added by an implicit conversion from GetSymDifference[A] to Operation[GetSymDifference[A]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[GetSymDifference[A]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (getSymDifference: Operation[GetSymDifference[A]]).withResult(f)
    Definition Classes
    Operation

Deprecated Value Members

  1. def x: GetSymDifference[A]

    Implicit information
    This member is added by an implicit conversion from GetSymDifference[A] to ArrowAssoc[GetSymDifference[A]] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (getSymDifference: ArrowAssoc[GetSymDifference[A]]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: GetSymDifference[A]

    Implicit information
    This member is added by an implicit conversion from GetSymDifference[A] to Ensuring[GetSymDifference[A]] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (getSymDifference: Ensuring[GetSymDifference[A]]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Serializable

Inherited from Serializable

Inherited from Op2[Geometry[A], Geometry[_], Product with Serializable with Feature[com.vividsolutions.jts.geom.Geometry, A] { ... /* 2 definitions in type refinement */ }]

Inherited from Operation[Product with Serializable with Feature[com.vividsolutions.jts.geom.Geometry, A] { ... /* 2 definitions in type refinement */ }]

Inherited from Product

Inherited from scala.Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion implicitLiteral from GetSymDifference[A] to Operation[GetSymDifference[A]]

Inherited by implicit conversion any2stringadd from GetSymDifference[A] to StringAdd

Inherited by implicit conversion any2stringfmt from GetSymDifference[A] to StringFormat

Inherited by implicit conversion any2ArrowAssoc from GetSymDifference[A] to ArrowAssoc[GetSymDifference[A]]

Inherited by implicit conversion any2Ensuring from GetSymDifference[A] to Ensuring[GetSymDifference[A]]

Ungrouped