| Package | Description |
|---|---|
| org.apache.olingo.commons.api.edm.geo |
Contains representations for all geographical related
EDM objects created during the URI parsing
|
| org.apache.olingo.commons.core.edm.primitivetype |
| Constructor and Description |
|---|
MultiLineString(Geospatial.Dimension dimension,
SRID srid,
List<LineString> lineStrings)
Creates a new MultiLineString
|
| Modifier and Type | Method and Description |
|---|---|
protected LineString |
AbstractGeospatialType.stringToLineString(String value,
Boolean isNullable,
Integer maxLength,
Integer precision,
Integer scale,
Boolean isUnicode) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractGeospatialType.toString(LineString lineString,
Boolean isNullable,
Integer maxLength,
Integer precision,
Integer scale,
Boolean isUnicode) |
Copyright © 2023. All rights reserved.