Package org.tailormap.api.viewer.model
Class LayerDetails
java.lang.Object
org.tailormap.api.viewer.model.LayerDetails
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.10.0")
public class LayerDetails
extends Object
implements Serializable
All details of an app layer.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddAttributesItem
(Attribute attributesItem) attributes
(List<@Valid Attribute> attributes) boolean
featureTypeName
(String featureTypeName) form
(LayerDetailsForm form) geometryAttribute
(String geometryAttribute) geometryAttributeIndex
(Integer geometryAttributeIndex) geometryType
(TMGeometryType geometryType) Array with attributes.Get editableGet featureTypeName@Valid LayerDetailsForm
getForm()
Get formGet geometryAttributeindex of the geometryAttribute in the array of attributes.@Valid TMGeometryType
Get geometryType@NotNull String
getId()
Get id@NotNull String
Get serviceIdint
hashCode()
void
setAttributes
(List<@Valid Attribute> attributes) void
setEditable
(Boolean editable) void
setFeatureTypeName
(String featureTypeName) void
setForm
(LayerDetailsForm form) void
setGeometryAttribute
(String geometryAttribute) void
setGeometryAttributeIndex
(Integer geometryAttributeIndex) void
setGeometryType
(TMGeometryType geometryType) void
void
setServiceId
(String serviceId) toString()
-
Constructor Details
-
LayerDetails
public LayerDetails()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
featureTypeName
-
getFeatureTypeName
Get featureTypeName- Returns:
- featureTypeName
-
setFeatureTypeName
-
serviceId
-
getServiceId
Get serviceId- Returns:
- serviceId
-
setServiceId
-
geometryAttribute
-
getGeometryAttribute
Get geometryAttribute- Returns:
- geometryAttribute
-
setGeometryAttribute
-
geometryAttributeIndex
-
getGeometryAttributeIndex
index of the geometryAttribute in the array of attributes.- Returns:
- geometryAttributeIndex
-
setGeometryAttributeIndex
-
geometryType
-
getGeometryType
Get geometryType- Returns:
- geometryType
-
setGeometryType
-
editable
-
getEditable
Get editable- Returns:
- editable
-
setEditable
-
form
-
getForm
Get form- Returns:
- form
-
setForm
-
attributes
-
addAttributesItem
-
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
-
setAttributes
-
equals
-
hashCode
public int hashCode() -
toString
-