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.17.0")
public class LayerDetails
extends Object
implements Serializable
All details of an app layer.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAttachmentAttributesItem(AttachmentAttributeType attachmentAttributesItem) addAttributesItem(Attribute attributesItem) attachmentAttributes(List<@Valid AttachmentAttributeType> attachmentAttributes) attributes(List<@Valid Attribute> attributes) booleanfeatureTypeName(String featureTypeName) form(LayerDetailsForm form) geometryAttribute(String geometryAttribute) geometryAttributeIndex(Integer geometryAttributeIndex) geometryType(TMGeometryType geometryType) @Valid List<@Valid AttachmentAttributeType> Get attachmentAttributesArray with attributes.Get editableGet featureTypeName@Valid LayerDetailsFormgetForm()Get formGet geometryAttributeindex of the geometryAttribute in the array of attributes.@Valid TMGeometryTypeGet geometryType@NotNull StringgetId()Get id@NotNull StringGet serviceIdinthashCode()voidsetAttachmentAttributes(List<@Valid AttachmentAttributeType> attachmentAttributes) voidsetAttributes(List<@Valid Attribute> attributes) voidsetEditable(Boolean editable) voidsetFeatureTypeName(String featureTypeName) voidsetForm(LayerDetailsForm form) voidsetGeometryAttribute(String geometryAttribute) voidsetGeometryAttributeIndex(Integer geometryAttributeIndex) voidsetGeometryType(TMGeometryType geometryType) voidvoidsetServiceId(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
-
attachmentAttributes
-
addAttachmentAttributesItem
-
getAttachmentAttributes
Get attachmentAttributes- Returns:
- attachmentAttributes
-
setAttachmentAttributes
-
equals
-
hashCode
public int hashCode() -
toString
-