public interface ViewBuilder
| Modifier and Type | Method and Description |
|---|---|
ViewBuilder |
createViewStatement() |
boolean |
execute(String gosEndpoint) |
ViewBuilder |
forIdentity(String identity) |
ViewBuilder |
forShape(gr.cite.geoanalytics.dataaccess.entities.shape.Shape shape) |
ViewBuilder |
forShapes(List<gr.cite.geoanalytics.dataaccess.entities.shape.Shape> shapes) |
String |
getViewStatement() |
String |
removeViewIfExists() |
ViewBuilder |
removeViewStatement() |
ViewBuilder |
withAttribute(String key,
ShapeAttributeDataType value) |
ViewBuilder forShape(gr.cite.geoanalytics.dataaccess.entities.shape.Shape shape) throws Exception
ExceptionViewBuilder forShapes(List<gr.cite.geoanalytics.dataaccess.entities.shape.Shape> shapes) throws Exception
ExceptionViewBuilder withAttribute(String key, ShapeAttributeDataType value)
ViewBuilder createViewStatement() throws Exception
ExceptionViewBuilder removeViewStatement() throws Exception
ExceptionViewBuilder forIdentity(String identity) throws Exception
ExceptionCopyright © 2017. All Rights Reserved.