boolean |
AbstractSqlServerDecoder.accepts(SqlServerGeometry nativeGeom) |
protected MultiLineString<?> |
MultiLineStringSqlServerDecoder.createGeometry(java.util.List geometries,
SqlServerGeometry nativeGeom) |
protected abstract Geometry<?> |
AbstractGeometryCollectionSqlServerDecoder.createGeometry(java.util.List geometries,
SqlServerGeometry nativeGeom) |
protected MultiPoint<?> |
MultiPointSqlServerDecoder.createGeometry(java.util.List geometries,
SqlServerGeometry nativeGeom) |
protected MultiPolygon<?> |
MultiPolygonSqlServerDecoder.createGeometry(java.util.List geometries,
SqlServerGeometry nativeGeom) |
protected GeometryCollection<?,Geometry<?>> |
GeometryCollectionSqlServerDecoder.createGeometry(java.util.List geometries,
SqlServerGeometry nativeGeom) |
protected Geometry<?> |
AbstractGeometryCollectionSqlServerDecoder.createGeometry(SqlServerGeometry nativeGeom) |
protected abstract Geometry<?> |
AbstractSqlServerDecoder.createGeometry(SqlServerGeometry nativeGeom) |
protected Point<?> |
PointSqlServerDecoder.createGeometry(SqlServerGeometry nativeGeom) |
protected Polygon<?> |
PolygonSqlServerDecoder.createGeometry(SqlServerGeometry nativeGeom) |
protected LineString<?> |
LineStringSqlServerDecoder.createGeometry(SqlServerGeometry nativeGeom) |
protected Geometry<?> |
AbstractGeometryCollectionSqlServerDecoder.createGeometry(SqlServerGeometry nativeGeom,
int shapeIndex) |
protected abstract Geometry<?> |
AbstractSqlServerDecoder.createGeometry(SqlServerGeometry nativeGeom,
int shapeIndex) |
protected Point<?> |
PointSqlServerDecoder.createGeometry(SqlServerGeometry nativeGeom,
int shapeIndex) |
protected Polygon<?> |
PolygonSqlServerDecoder.createGeometry(SqlServerGeometry nativeGeom,
int shapeIndex) |
protected LineString<?> |
LineStringSqlServerDecoder.createGeometry(SqlServerGeometry nativeGeom,
int shapeIndex) |
protected LineString<?> |
LineStringSqlServerDecoder.createLineString(SqlServerGeometry nativeGeom,
IndexRange pntIndexRange) |
private Point<?> |
PointSqlServerDecoder.createPoint(SqlServerGeometry nativeGeom,
int pntOffset) |
Geometry<?> |
AbstractSqlServerDecoder.decode(SqlServerGeometry nativeGeom) |
private static Decoder |
Decoders.decoderFor(SqlServerGeometry object) |
protected void |
AbstractSqlServerEncoder.encodeFigures(SqlServerGeometry nativeGeom,
java.util.List<Figure> figures) |
protected void |
AbstractSqlServerEncoder.encodePoints(SqlServerGeometry nativeGeom,
PositionSequence<?> coordinates) |
protected void |
LineStringSqlServerEncoder.encodePoints(SqlServerGeometry nativeGeom,
PositionSequence<?> coordinates) |
protected void |
AbstractSqlServerEncoder.encodeShapes(SqlServerGeometry nativeGeom,
java.util.List<Shape> shapes) |
static byte[] |
SqlServerGeometry.serialize(SqlServerGeometry sqlServerGeom) |
protected void |
AbstractSqlServerEncoder.setCoordinate(SqlServerGeometry nativeGeom,
int idx,
PositionSequence<?> coordinates) |
private LinearRing<?> |
PolygonSqlServerDecoder.toLinearRing(SqlServerGeometry nativeGeom,
IndexRange range) |