| Package | Description |
|---|---|
| com.mware.core.model.properties.types | |
| com.mware.ge.type | |
| com.mware.ge.values.storable |
| Modifier and Type | Method and Description |
|---|---|
GeoShape |
GeoShapeBcProperty.getPropertyValue(Element element,
String propertyKey,
GeoShape defaultValue) |
GeoShape |
GeoShapeBcExtendedData.graphToRaw(Value value) |
GeoShape |
GeoShapeBcProperty.unwrap(Value value) |
| Modifier and Type | Method and Description |
|---|---|
GeoShape |
GeoShapeBcProperty.getPropertyValue(Element element,
String propertyKey,
GeoShape defaultValue) |
Value |
GeoShapeBcExtendedData.rawToGraph(GeoShape value) |
Value |
GeoShapeBcProperty.wrap(GeoShape value) |
| Modifier and Type | Class and Description |
|---|---|
class |
GeoCircle |
class |
GeoCollection |
class |
GeoHash |
class |
GeoLine |
class |
GeoPoint |
class |
GeoPolygon |
class |
GeoRect |
class |
GeoShapeBase |
| Modifier and Type | Method and Description |
|---|---|
static GeoShape |
GeoPolygon.createLenient(List<GeoPoint> outerBoundary) |
static GeoShape |
GeoPolygon.createLenient(List<GeoPoint> outerBoundary,
List<List<GeoPoint>> holeBoundaries) |
static GeoShape |
GeoUtils.getEnvelope(GeoShape geoShape) |
static GeoShape |
GeoUtils.repair(GeoShape geoShape) |
static GeoShape |
GeoUtils.toGeoShape(org.locationtech.jts.geom.Geometry geometry) |
| Modifier and Type | Method and Description |
|---|---|
List<GeoShape> |
GeoCollection.getGeoShapes() |
| Modifier and Type | Method and Description |
|---|---|
GeoCollection |
GeoCollection.addShape(GeoShape geoShape) |
static GeoShape |
GeoUtils.getEnvelope(GeoShape geoShape) |
boolean |
GeoShape.intersects(GeoShape geoShape)
Calculate whether the given GeoShape intersects with the geometry of this object.
|
boolean |
GeoShapeBase.intersects(GeoShape geoShape) |
boolean |
GeoPoint.intersects(GeoShape geoShape) |
boolean |
GeoHash.intersects(GeoShape geoShape) |
boolean |
GeoCollection.intersects(GeoShape geoShape) |
static boolean |
GeoUtils.intersects(GeoShape left,
GeoShape right) |
static GeoShape |
GeoUtils.repair(GeoShape geoShape) |
boolean |
GeoShape.within(GeoShape geoShape)
Calculate whether this shape is completely within the geometry of the given object.
|
boolean |
GeoShapeBase.within(GeoShape geoShape) |
boolean |
GeoHash.within(GeoShape geoShape) |
boolean |
GeoCollection.within(GeoShape geoShape) |
static boolean |
GeoUtils.within(GeoShape left,
GeoShape right) |
| Modifier and Type | Method and Description |
|---|---|
GeoCollection |
GeoCollection.addShapes(List<GeoShape> geoShapes) |
| Constructor and Description |
|---|
GeoCollection(List<GeoShape> geoShapes) |
| Modifier and Type | Field and Description |
|---|---|
protected GeoShape |
GeoShapeValue.geoShape |
| Modifier and Type | Method and Description |
|---|---|
GeoShape |
GeoShapeValue.asObjectCopy() |
| Modifier and Type | Method and Description |
|---|---|
static GeoShapeValue |
Values.geoShapeValue(GeoShape geoShape) |
| Constructor and Description |
|---|
GeoShapeValue(GeoShape geoShape) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.