|
semanticwfs
Version 0.1.0.0
|
An object containing style definitions to apply on geospatial objects. More...

Public Member Functions | |
| String | toString () |
| String | toJSON () |
| Exports the StyleObject to JSON. More... | |
| String | toHTML () |
| Exports the StyleObject to HTML. More... | |
| String | toXML () |
| Exports the StyleObject to XML. More... | |
Public Attributes | |
| String | pointStyle |
| A point style definition in CSS. More... | |
| String | pointImage |
| An SVG definition oder an image path to indicate an icon for a point. More... | |
| String | lineStringStyle |
| A hatch definition in CSS. More... | |
| String | lineStringImage |
| An SVG definition oder an image path to indicate an icon for a LineString. More... | |
| String | polygonStyle |
| A Polygon style definition in CSS. More... | |
| String | polygonImage |
| An SVG definition oder an image path to indicate an icon for a Polygon. More... | |
| String | hatch |
| A hatch definition in CSS. More... | |
| String | lineStringImageStyle |
| A style definition of an image which is enclosed in a LineString. More... | |
| String | styleName |
| An identifier of a given style. More... | |
An object containing style definitions to apply on geospatial objects.
| String toHTML | ( | ) |
Exports the StyleObject to HTML.
References StyleObject.hatch, StyleObject.lineStringImage, StyleObject.lineStringImageStyle, StyleObject.lineStringStyle, StyleObject.pointImage, StyleObject.pointStyle, StyleObject.polygonImage, StyleObject.polygonStyle, and StyleObject.styleName.
Referenced by WebService.getCollectionStyle().
| String toJSON | ( | ) |
Exports the StyleObject to JSON.
References StyleObject.hatch, StyleObject.lineStringImage, StyleObject.lineStringImageStyle, StyleObject.lineStringStyle, StyleObject.pointImage, StyleObject.pointStyle, StyleObject.polygonImage, StyleObject.polygonStyle, and StyleObject.styleName.
Referenced by WebService.getCollectionStyle().
| String toString | ( | ) |
References StyleObject.hatch, StyleObject.lineStringImage, StyleObject.lineStringStyle, StyleObject.pointImage, StyleObject.pointStyle, StyleObject.polygonImage, and StyleObject.polygonStyle.
Referenced by WebService.getCollectionStyle().
| String toXML | ( | ) |
Exports the StyleObject to XML.
References StyleObject.hatch, StyleObject.lineStringImage, StyleObject.lineStringImageStyle, StyleObject.lineStringStyle, StyleObject.pointImage, StyleObject.pointStyle, StyleObject.polygonImage, StyleObject.polygonStyle, and StyleObject.styleName.
Referenced by WebService.getCollectionStyle().
| String hatch |
A hatch definition in CSS.
Referenced by GeoJSONCSSFormatter.formatGeometry(), SimpleStyleFormatter.formatGeometry(), TripleStoreConnector.getStyle(), StyleObject.toHTML(), StyleObject.toJSON(), StyleObject.toString(), and StyleObject.toXML().
| String lineStringImage |
An SVG definition oder an image path to indicate an icon for a LineString.
Referenced by GeoJSONCSSFormatter.formatGeometry(), SimpleStyleFormatter.formatGeometry(), TripleStoreConnector.getStyle(), StyleObject.toHTML(), StyleObject.toJSON(), StyleObject.toString(), and StyleObject.toXML().
| String lineStringImageStyle |
A style definition of an image which is enclosed in a LineString.
Referenced by TripleStoreConnector.getStyle(), StyleObject.toHTML(), StyleObject.toJSON(), and StyleObject.toXML().
| String lineStringStyle |
A hatch definition in CSS.
Referenced by GeoJSONCSSFormatter.formatGeometry(), KMLStyleFormatter.formatGeometry(), SimpleStyleFormatter.formatGeometry(), TripleStoreConnector.getStyle(), StyleObject.toHTML(), StyleObject.toJSON(), StyleObject.toString(), and StyleObject.toXML().
| String pointImage |
An SVG definition oder an image path to indicate an icon for a point.
Referenced by GeoJSONCSSFormatter.formatGeometry(), KMLStyleFormatter.formatGeometry(), SimpleStyleFormatter.formatGeometry(), TripleStoreConnector.getStyle(), StyleObject.toHTML(), StyleObject.toJSON(), StyleObject.toString(), and StyleObject.toXML().
| String pointStyle |
A point style definition in CSS.
Referenced by GeoJSONCSSFormatter.formatGeometry(), KMLStyleFormatter.formatGeometry(), SimpleStyleFormatter.formatGeometry(), TripleStoreConnector.getStyle(), StyleObject.toHTML(), StyleObject.toJSON(), StyleObject.toString(), and StyleObject.toXML().
| String polygonImage |
An SVG definition oder an image path to indicate an icon for a Polygon.
Referenced by GeoJSONCSSFormatter.formatGeometry(), SimpleStyleFormatter.formatGeometry(), TripleStoreConnector.getStyle(), StyleObject.toHTML(), StyleObject.toJSON(), StyleObject.toString(), and StyleObject.toXML().
| String polygonStyle |
A Polygon style definition in CSS.
Referenced by GeoJSONCSSFormatter.formatGeometry(), KMLStyleFormatter.formatGeometry(), SimpleStyleFormatter.formatGeometry(), TripleStoreConnector.getStyle(), StyleObject.toHTML(), StyleObject.toJSON(), StyleObject.toString(), and StyleObject.toXML().
| String styleName |
An identifier of a given style.
Referenced by TripleStoreConnector.getStyle(), StyleObject.toHTML(), StyleObject.toJSON(), and StyleObject.toXML().