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.20.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
-
setId
-
featureTypeName
-
getFeatureTypeName
-
setFeatureTypeName
-
serviceId
-
getServiceId
-
setServiceId
-
geometryAttribute
-
getGeometryAttribute
-
setGeometryAttribute
-
geometryAttributeIndex
-
getGeometryAttributeIndex
index of the geometryAttribute in the array of attributes.- Returns:
- geometryAttributeIndex
-
setGeometryAttributeIndex
-
geometryType
-
getGeometryType
-
setGeometryType
-
editable
-
getEditable
-
setEditable
-
form
-
getForm
-
setForm
-
attributes
-
addAttributesItem
-
getAttributes
-
setAttributes
-
attachmentAttributes
-
addAttachmentAttributesItem
-
getAttachmentAttributes
Get attachmentAttributes- Returns:
- attachmentAttributes
-
setAttachmentAttributes
-
equals
-
hashCode
-
toString
-