Class Layer
java.lang.Object
com.here.platform.data.client.model.Layer
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
param: id Name of the layer. Allowed characters for the layer name are: a-z, A-Z, 0-9, '_', '-' and '.'. Maximum length of a layer name is 50 characters.
param: partitioning The partitioning scheme of this layer. Either 'generic' or 'heretile'. 'generic' is for layers that do not have any special relation between the partition names. The other partitioning schemes are defined in more detail in the User Guide.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionLayer(String id, String name, String summary, String description, LayerType layerType, PartitioningType partitioning, Volume volume, scala.Option<LayerSchema> schema, String contentType, scala.Option<ContentEncoding> contentEncoding, scala.collection.immutable.Set<String> tags, scala.Option<Owner> owner, scala.collection.immutable.Set<String> billingTags, scala.Option<Coverage> coverage, ZonedDateTime created, scala.Option<DigestAlgorithm> digest, scala.Option<CrcAlgorithm> crc) -
Method Summary
Modifier and TypeMethodDescriptionscala.collection.immutable.Set<String>static Layer.Builderbuilder()scala.Option<ContentEncoding>scala.Option<Coverage>coverage()scala.Option<CrcAlgorithm>crc()created()scala.Option<DigestAlgorithm>digest()getCrc()getId()getName()getOwner()getTags()id()booleanname()scala.Option<Owner>owner()scala.Option<LayerSchema>schema()summary()scala.collection.immutable.Set<String>tags()volume()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
Layer
public Layer(String id, String name, String summary, String description, LayerType layerType, PartitioningType partitioning, Volume volume, scala.Option<LayerSchema> schema, String contentType, scala.Option<ContentEncoding> contentEncoding, scala.collection.immutable.Set<String> tags, scala.Option<Owner> owner, scala.collection.immutable.Set<String> billingTags, scala.Option<Coverage> coverage, ZonedDateTime created, scala.Option<DigestAlgorithm> digest, scala.Option<CrcAlgorithm> crc)
-
-
Method Details
-
builder
-
id
-
name
-
summary
-
description
-
layerType
-
partitioning
-
volume
-
schema
-
contentType
-
contentEncoding
-
tags
-
owner
-
billingTags
-
coverage
-
created
-
digest
-
crc
-
asUpdatableLayer
-
getId
-
getPartitioning
-
getVolume
-
getLayerType
-
getContentType
-
getContentEncoding
-
getName
-
getSummary
-
getDescription
-
getTags
-
getBillingTags
-
getSchema
-
getOwner
-
isStreamLayer
public boolean isStreamLayer() -
getCoverage
-
getCreated
-
getDigest
-
getCrc
-
getZoomLevels
-