Class ExtractLayerAttributesRequest
java.lang.Object
org.tailormap.api.viewer.model.ExtractLayerAttributesRequest
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.22.0")
public class ExtractLayerAttributesRequest
extends Object
implements Serializable
ExtractLayerAttributesRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumSort order for sortBy. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAttributesItem(String attributesItem) attributes(List<String> attributes) booleanAttributes to include in export.ECQL filter.@NotNull StringOutput format.Attribute to sort by.Sort order for sortBy.inthashCode()outputFormat(String outputFormat) voidsetAttributes(List<String> attributes) voidvoidsetOutputFormat(String outputFormat) voidvoidtoString()
-
Constructor Details
-
ExtractLayerAttributesRequest
public ExtractLayerAttributesRequest()
-
-
Method Details
-
outputFormat
-
getOutputFormat
Output format. The allowed formats are configured per instance using `tailormap-api.extract.allowed-outputformats`. The (default) geometry is included even if not requested.- Returns:
- outputFormat
-
setOutputFormat
-
attributes
-
addAttributesItem
-
getAttributes
-
setAttributes
-
filter
-
getFilter
ECQL filter. See description for /app/{appId}/layer/{layerId}/features.- Returns:
- filter
-
setFilter
-
sortBy
-
getSortBy
Attribute to sort by. See description for /app/{appId}/layer/{layerId}/features.- Returns:
- sortBy
-
setSortBy
-
sortOrder
public ExtractLayerAttributesRequest sortOrder(ExtractLayerAttributesRequest.SortOrderEnum sortOrder) -
getSortOrder
Sort order for sortBy. Ignored if sortBy is not set. See description for /app/{appId}/layer/{layerId}/features.- Returns:
- sortOrder
-
setSortOrder
-
equals
-
hashCode
-
toString
-