Class LayerDetails
- java.lang.Object
-
- nl.b3p.tailormap.api.viewer.model.LayerDetails
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.SpringCodegen") public class LayerDetails extends Object implements SerializableAll details of an app layer.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LayerDetails()
-
Method Summary
-
-
-
Method Detail
-
id
public LayerDetails id(String id)
-
getId
@NotNull public @NotNull String getId()
Get id- Returns:
- id
-
setId
public void setId(String id)
-
featureTypeName
public LayerDetails featureTypeName(String featureTypeName)
-
getFeatureTypeName
public String getFeatureTypeName()
Get featureTypeName- Returns:
- featureTypeName
-
setFeatureTypeName
public void setFeatureTypeName(String featureTypeName)
-
serviceId
public LayerDetails serviceId(String serviceId)
-
getServiceId
@NotNull public @NotNull String getServiceId()
Get serviceId- Returns:
- serviceId
-
setServiceId
public void setServiceId(String serviceId)
-
geometryAttribute
public LayerDetails geometryAttribute(String geometryAttribute)
-
getGeometryAttribute
public String getGeometryAttribute()
Get geometryAttribute- Returns:
- geometryAttribute
-
setGeometryAttribute
public void setGeometryAttribute(String geometryAttribute)
-
geometryAttributeIndex
public LayerDetails geometryAttributeIndex(Integer geometryAttributeIndex)
-
getGeometryAttributeIndex
public Integer getGeometryAttributeIndex()
index of the geometryAttribute in the array of attributes.- Returns:
- geometryAttributeIndex
-
setGeometryAttributeIndex
public void setGeometryAttributeIndex(Integer geometryAttributeIndex)
-
geometryType
public LayerDetails geometryType(TMGeometryType geometryType)
-
getGeometryType
@Valid public @Valid TMGeometryType getGeometryType()
Get geometryType- Returns:
- geometryType
-
setGeometryType
public void setGeometryType(TMGeometryType geometryType)
-
editable
public LayerDetails editable(Boolean editable)
-
getEditable
public Boolean getEditable()
Get editable- Returns:
- editable
-
setEditable
public void setEditable(Boolean editable)
-
attributes
public LayerDetails attributes(List<@Valid Attribute> attributes)
-
addAttributesItem
public LayerDetails addAttributesItem(Attribute attributesItem)
-
getAttributes
@Valid public @Valid List<@Valid Attribute> getAttributes()
Array with attributes. **note** that the ordering of this array is determined in the backend and does not need to coincide with the actual data in the data source.- Returns:
- attributes
-
-