Class Polygon
java.lang.Object
org.apache.olingo.commons.api.edm.geo.Geospatial
org.apache.olingo.commons.api.edm.geo.Polygon
Polygon.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.olingo.commons.api.edm.geo.Geospatial
Geospatial.Dimension, Geospatial.Type -
Field Summary
Fields inherited from class org.apache.olingo.commons.api.edm.geo.Geospatial
dimension, srid, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns theEdmPrimitiveTypeKindGets exterior points.Gets interior points.inthashCode()Methods inherited from class org.apache.olingo.commons.api.edm.geo.Geospatial
getDimension, getGeoType, getSrid
-
Constructor Details
-
Method Details
-
getInterior
Gets interior points.- Returns:
- interior points.
-
getExterior
Gets exterior points.- Returns:
- exterior points.I
-
getEdmPrimitiveTypeKind
Description copied from class:GeospatialReturns theEdmPrimitiveTypeKind- Specified by:
getEdmPrimitiveTypeKindin classGeospatial- Returns:
- EDM primitive type kind
-
equals
-
hashCode
public int hashCode()
-