package jts
Type Members
-
class
GeometryFields extends AnyRef
Defines the fields (schema) used by geometry vectors
-
trait
GeometryVector[T <: Geometry, V <: FieldVector] extends AutoCloseable
Complex vector for geometries
-
class
LineStringFloatVector extends AbstractLineStringVector[Float4Vector]
********************************************************************* Copyright (c) 2013-2024 Commonwealth Computer Research, Inc.
********************************************************************* Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. All rights reserved. This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0 which accompanies this distribution and is available at http://www.opensource.org/licenses/apache2.0.php. *********************************************************************
-
class
LineStringVector extends AbstractLineStringVector[Float8Vector]
Double-precision vector for line strings
-
class
MultiLineStringFloatVector extends AbstractMultiLineStringVector[Float4Vector]
********************************************************************* Copyright (c) 2013-2024 Commonwealth Computer Research, Inc.
********************************************************************* Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. All rights reserved. This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0 which accompanies this distribution and is available at http://www.opensource.org/licenses/apache2.0.php. *********************************************************************
-
class
MultiLineStringVector extends AbstractMultiLineStringVector[Float8Vector]
Double-precision vector for multi-line strings
-
class
MultiPointFloatVector extends AbstractMultiPointVector[Float4Vector]
********************************************************************* Copyright (c) 2013-2024 Commonwealth Computer Research, Inc.
********************************************************************* Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. All rights reserved. This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0 which accompanies this distribution and is available at http://www.opensource.org/licenses/apache2.0.php. *********************************************************************
-
class
MultiPointVector extends AbstractMultiPointVector[Float8Vector]
Double-precision vector for multi-points
-
class
MultiPolygonFloatVector extends AbstractMultiPolygonVector[Float4Vector]
********************************************************************* Copyright (c) 2013-2024 Commonwealth Computer Research, Inc.
********************************************************************* Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. All rights reserved. This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0 which accompanies this distribution and is available at http://www.opensource.org/licenses/apache2.0.php. *********************************************************************
-
class
MultiPolygonVector extends AbstractMultiPolygonVector[Float8Vector]
Double-precision vector for multi-polygons
-
class
PointFloatVector extends AbstractPointVector[Float4Vector]
********************************************************************* Copyright (c) 2013-2024 Commonwealth Computer Research, Inc.
********************************************************************* Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. All rights reserved. This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0 which accompanies this distribution and is available at http://www.opensource.org/licenses/apache2.0.php. *********************************************************************
-
class
PointVector extends AbstractPointVector[Float8Vector]
Double-precision vector for points
-
class
PolygonFloatVector extends AbstractPolygonVector[Float4Vector]
********************************************************************* Copyright (c) 2013-2024 Commonwealth Computer Research, Inc.
********************************************************************* Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. All rights reserved. This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0 which accompanies this distribution and is available at http://www.opensource.org/licenses/apache2.0.php. *********************************************************************
-
class
PolygonVector extends AbstractPolygonVector[Float8Vector]
Double-precision vector for polygons
-
class
WKBGeometryVector extends GeometryVector[Geometry, VarBinaryVector]
Catch-all for storing instances of Geometry as WKB