dart_hydrologis_utils library

Classes

AFileReader
File reader class, be it buffered or random.
ByteConversionUtilities
Class to handle int conversions.
Charset
Charset class, which can take other converters.
CharsetConverter
Abstract class for charset converters.
DefaultCharsetConverter
Dart's default charset converter, which does only utf-8 and utf-16.
DefaultSlds
Default styles
Feature
A simple feature containing a geometry and a set of attributes, marked by an unique id.
FeatureCollection
A collection of features.
FeatureSlidingAverage
Applies a sliding average on linear geometries for smoothing.
FeatureTypeStyle
FileReaderRandom
A reader class to wrap the random method/package used.
FileUtilities
Pure dart classes and methods for HydroloGIS projects. File path and folder utilities.
FileWriter
A writer class.
Filter
GeometryColumn
Class representing a geometry_columns record.
GeometryUtilities
HashUtilities
HyServerSocketService
A simple websocket service client class
LByteBuffer
A byte buffer that wraps a list of bytes.
LineStyle
Default line style class
LineSymbolizer
NetworkUtilities
Network related utilities
PointStyle
Default point style class.
PointSymbolizer
PolygonStyle
Default polygon style class.
PolygonSymbolizer
QueryResult
Abstract class for common query result handling.
QueryResultRow
Abstract class for common query result rows handling.
Rule
SldObjectBuilder
An SLD string builder.
SldObjectParser
An SLD file parser.
StringUtilities
TextStyle
Default text style class.
TextSymbolizer
TimeUtilities
Time related utilities
TrendLine
WktMarkers

Enums

Types

Constants

allNamespaces → const Map<String, String>
ATTRIBUTE_FILL → const String
ATTRIBUTE_FILL_OPACITY → const String
ATTRIBUTE_FONT_SIZE → const String
ATTRIBUTE_NAME → const String
ATTRIBUTE_STROKE → const String
ATTRIBUTE_STROKE_OPACITY → const String
ATTRIBUTE_STROKE_WIDTH → const String
CSS_PARAMETER → const String
DEF_NSP → const String
FEATURETYPESTYLE → const String
FEATURETYPESTYLE_NAME → const String
FILL → const String
FILTER → const String
FONT → const String
GML_NSP → const String
GRAPHIC → const String
HALO → const String
LABEL → const String
LINESYMBOLIZER → const String
LITERAL → const String
MARK → const String
OGC_NSP → const String
POINTSYMBOLIZER → const String
POLYGONSYMBOLIZER → const String
PROPERTY_IS_EQUAL_TO → const String
PROPERTY_NAME → const String
RADIUS → const String
RULE → const String
RULE_NAME → const String
SIZE → const String
SLD_NSP → const String
STROKE → const String
STYLEDLAYERDESCRIPTOR → const String
SVG_PARAMETER → const String
TEXTSYMBOLIZER → const String
uri → const String
uriGml → const String
uriOgc → const String
uriSld → const String
USERLAYER → const String
USERSTYLE → const String
USERSTYLE_NAME → const String
UTF16 → const String
UTF8 → const String
WELLKNOWNNAME → const String

Functions

makeFilterBuildFragment(Filter filter) → XmlDocumentFragment
makeLineStyleBuildFragment(LineStyle style) → XmlDocumentFragment
makePointStyleBuildFragment(PointStyle style) → XmlDocumentFragment
makePolygonStyleBuildFragment(PolygonStyle style) → XmlDocumentFragment
makeTextStyleBuildFragment(TextStyle style) → XmlDocumentFragment