Packages

c

geotrellis.spark.testkit.io

PersistenceSpecLayerIds

case class PersistenceSpecLayerIds(layerId: LayerId, deleteLayerId: LayerId, copiedLayerId: LayerId, movedLayerId: LayerId, reindexedLayerId: LayerId) extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PersistenceSpecLayerIds
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PersistenceSpecLayerIds(layerId: LayerId, deleteLayerId: LayerId, copiedLayerId: LayerId, movedLayerId: LayerId, reindexedLayerId: LayerId)

Value Members

  1. val copiedLayerId: LayerId
  2. val deleteLayerId: LayerId
  3. val layerId: LayerId
  4. val movedLayerId: LayerId
  5. val reindexedLayerId: LayerId