Uses of Class
com.esri.core.geometry.ogc.OGCGeometry
Packages that use OGCGeometry
-
Uses of OGCGeometry in com.esri.core.geometry.ogc
Subclasses of OGCGeometry in com.esri.core.geometry.ogcModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
final class
class
class
Fields in com.esri.core.geometry.ogc with type parameters of type OGCGeometryModifier and TypeFieldDescription(package private) List
<OGCGeometry> OGCConcreteGeometryCollection.geometries
private List
<OGCGeometry> OGCConcreteGeometryCollection.GeometryCursorOGC.m_geoms
Methods in com.esri.core.geometry.ogc that return OGCGeometryModifier and TypeMethodDescriptionOGCConcreteGeometryCollection.boundary()
OGCCurve.boundary()
abstract OGCGeometry
OGCGeometry.boundary()
OGCMultiLineString.boundary()
OGCMultiPoint.boundary()
OGCMultiPolygon.boundary()
OGCPoint.boundary()
OGCGeometry.buffer
(double distance) OGCGeometry.centroid()
OGCConcreteGeometryCollection.convertToMulti()
abstract OGCGeometry
OGCGeometry.convertToMulti()
Converts this Geometry to the OGCMulti* if it is not OGCMulti* or OGCGeometryCollection already.OGCLineString.convertToMulti()
OGCMultiLineString.convertToMulti()
OGCMultiPoint.convertToMulti()
OGCMultiPolygon.convertToMulti()
OGCPoint.convertToMulti()
OGCPolygon.convertToMulti()
OGCConcreteGeometryCollection.convexHull()
OGCGeometry.convexHull()
static OGCGeometry
OGCGeometry.createFromEsriCursor
(GeometryCursor gc, SpatialReference sr) Create an OGCGeometry instance from the GeometryCursor.static OGCGeometry
OGCGeometry.createFromEsriCursor
(GeometryCursor gc, SpatialReference sr, boolean skipEmpty) static OGCGeometry
OGCGeometry.createFromEsriGeometry
(Geometry geom, SpatialReference sr) static OGCGeometry
OGCGeometry.createFromEsriGeometry
(Geometry geom, SpatialReference sr, boolean multiType) static OGCGeometry
OGCGeometry.createFromOGCStructure
(OGCStructure ogcStructure, SpatialReference sr) OGCConcreteGeometryCollection.difference
(OGCGeometry another) OGCGeometry.difference
(OGCGeometry another) OGCConcreteGeometryCollection.envelope()
OGCGeometry.envelope()
static OGCGeometry
OGCGeometry.fromBinary
(ByteBuffer binary) static OGCGeometry
OGCGeometry.fromEsriShape
(ByteBuffer buffer) static OGCGeometry
OGCGeometry.fromGeoJson
(String string) static OGCGeometry
static OGCGeometry
OGCConcreteGeometryCollection.geometryN
(int n) abstract OGCGeometry
OGCGeometryCollection.geometryN
(int n) Returns the Nth geometry in this GeometryCollection.OGCMultiLineString.geometryN
(int n) OGCMultiPoint.geometryN
(int n) OGCMultiPolygon.geometryN
(int n) OGCConcreteGeometryCollection.intersection
(OGCGeometry another) OGCGeometry.intersection
(OGCGeometry another) OGCConcreteGeometryCollection.locateAlong
(double mValue) abstract OGCGeometry
OGCGeometry.locateAlong
(double mValue) OGCLineString.locateAlong
(double mValue) OGCMultiLineString.locateAlong
(double mValue) OGCMultiPoint.locateAlong
(double mValue) OGCMultiPolygon.locateAlong
(double mValue) OGCPoint.locateAlong
(double mValue) OGCPolygon.locateAlong
(double mValue) OGCConcreteGeometryCollection.locateBetween
(double mStart, double mEnd) abstract OGCGeometry
OGCGeometry.locateBetween
(double mStart, double mEnd) OGCLineString.locateBetween
(double mStart, double mEnd) OGCMultiLineString.locateBetween
(double mStart, double mEnd) OGCMultiPoint.locateBetween
(double mStart, double mEnd) OGCMultiPolygon.locateBetween
(double mStart, double mEnd) OGCPoint.locateBetween
(double mStart, double mEnd) OGCPolygon.locateBetween
(double mStart, double mEnd) OGCConcreteGeometryCollection.makeSimple()
makeSimpleRelaxed is not supported for the GeometryCollection instance.OGCGeometry.makeSimple()
Resolves topological issues in this geometry and makes it Simple according to OGC specification.OGCConcreteGeometryCollection.makeSimpleRelaxed
(boolean forceProcessing) makeSimpleRelaxed is not supported for the GeometryCollection instance.OGCGeometry.makeSimpleRelaxed
(boolean forceProcessing) Makes a simple geometry for Geodatabase.OGCGeometry.MakeSimpleRelaxed
(boolean forceProcessing) Deprecated.OGCConcreteGeometryCollection.reduceFromMulti()
abstract OGCGeometry
OGCGeometry.reduceFromMulti()
For the geometry collection types, when it has 1 or 0 elements, converts a MultiPolygon to Polygon, MultiPoint to Point, MultiLineString to a LineString, and OGCConcretGeometryCollection to the reduced element it contains.OGCLineString.reduceFromMulti()
OGCMultiLineString.reduceFromMulti()
OGCMultiPoint.reduceFromMulti()
OGCMultiPolygon.reduceFromMulti()
OGCPoint.reduceFromMulti()
OGCPolygon.reduceFromMulti()
private OGCGeometry
OGCGeometry.simplifyBunch_
(GeometryCursor gc) OGCConcreteGeometryCollection.symDifference
(OGCGeometry another) OGCGeometry.symDifference
(OGCGeometry another) OGCGeometry.union
(OGCGeometry another) Methods in com.esri.core.geometry.ogc with parameters of type OGCGeometryModifier and TypeMethodDescriptionboolean
OGCConcreteGeometryCollection.contains
(OGCGeometry another) boolean
OGCGeometry.contains
(OGCGeometry another) boolean
OGCConcreteGeometryCollection.crosses
(OGCGeometry another) boolean
OGCGeometry.crosses
(OGCGeometry another) OGCConcreteGeometryCollection.difference
(OGCGeometry another) OGCGeometry.difference
(OGCGeometry another) boolean
OGCConcreteGeometryCollection.disjoint
(OGCGeometry another) boolean
OGCGeometry.disjoint
(OGCGeometry another) double
OGCConcreteGeometryCollection.distance
(OGCGeometry another) double
OGCGeometry.distance
(OGCGeometry another) boolean
OGCGeometry.equals
(OGCGeometry another) Deprecated.boolean
OGCConcreteGeometryCollection.Equals
(OGCGeometry another) boolean
OGCGeometry.Equals
(OGCGeometry another) OGC equals.OGCConcreteGeometryCollection.intersection
(OGCGeometry another) OGCGeometry.intersection
(OGCGeometry another) boolean
OGCGeometry.intersects
(OGCGeometry another) boolean
OGCConcreteGeometryCollection.overlaps
(OGCGeometry another) boolean
OGCGeometry.overlaps
(OGCGeometry another) boolean
OGCConcreteGeometryCollection.relate
(OGCGeometry another, String matrix) boolean
OGCGeometry.relate
(OGCGeometry another, String matrix) OGCConcreteGeometryCollection.symDifference
(OGCGeometry another) OGCGeometry.symDifference
(OGCGeometry another) private static OGCConcreteGeometryCollection
OGCConcreteGeometryCollection.toGeometryCollection
(OGCGeometry geometry) boolean
OGCConcreteGeometryCollection.touches
(OGCGeometry another) boolean
OGCGeometry.touches
(OGCGeometry another) OGCGeometry.union
(OGCGeometry another) boolean
OGCGeometry.within
(OGCGeometry another) Constructors in com.esri.core.geometry.ogc with parameters of type OGCGeometryModifierConstructorDescriptionConstructor parameters in com.esri.core.geometry.ogc with type arguments of type OGCGeometryModifierConstructorDescription(package private)
GeometryCursorOGC
(List<OGCGeometry> geoms) OGCConcreteGeometryCollection
(List<OGCGeometry> geoms, SpatialReference sr)