Uses of Class
com.esri.core.geometry.ogc.OGCGeometry
-
Packages that use OGCGeometry Package Description com.esri.core.geometry.ogc -
-
Uses of OGCGeometry in com.esri.core.geometry.ogc
Subclasses of OGCGeometry in com.esri.core.geometry.ogc Modifier and Type Class Description class
OGCConcreteGeometryCollection
class
OGCCurve
class
OGCGeometryCollection
class
OGCLinearRing
class
OGCLineString
class
OGCMultiCurve
class
OGCMultiLineString
class
OGCMultiPoint
class
OGCMultiPolygon
class
OGCMultiSurface
class
OGCPoint
class
OGCPolygon
class
OGCSurface
Fields in com.esri.core.geometry.ogc with type parameters of type OGCGeometry Modifier and Type Field Description (package private) java.util.List<OGCGeometry>
OGCConcreteGeometryCollection. geometries
private java.util.List<OGCGeometry>
OGCConcreteGeometryCollection.GeometryCursorOGC. m_geoms
Methods in com.esri.core.geometry.ogc that return OGCGeometry Modifier and Type Method Description OGCGeometry
OGCConcreteGeometryCollection. boundary()
OGCGeometry
OGCCurve. boundary()
abstract OGCGeometry
OGCGeometry. boundary()
OGCGeometry
OGCMultiLineString. boundary()
OGCGeometry
OGCMultiPoint. boundary()
OGCGeometry
OGCMultiPolygon. boundary()
OGCGeometry
OGCPoint. boundary()
OGCGeometry
OGCGeometry. buffer(double distance)
OGCGeometry
OGCGeometry. centroid()
OGCGeometry
OGCConcreteGeometryCollection. convertToMulti()
abstract OGCGeometry
OGCGeometry. convertToMulti()
Converts this Geometry to the OGCMulti* if it is not OGCMulti* or OGCGeometryCollection already.OGCGeometry
OGCLineString. convertToMulti()
OGCGeometry
OGCMultiLineString. convertToMulti()
OGCGeometry
OGCMultiPoint. convertToMulti()
OGCGeometry
OGCMultiPolygon. convertToMulti()
OGCGeometry
OGCPoint. convertToMulti()
OGCGeometry
OGCPolygon. convertToMulti()
OGCGeometry
OGCConcreteGeometryCollection. convexHull()
OGCGeometry
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)
OGCGeometry
OGCConcreteGeometryCollection. difference(OGCGeometry another)
OGCGeometry
OGCGeometry. difference(OGCGeometry another)
OGCGeometry
OGCConcreteGeometryCollection. envelope()
OGCGeometry
OGCGeometry. envelope()
static OGCGeometry
OGCGeometry. fromBinary(java.nio.ByteBuffer binary)
static OGCGeometry
OGCGeometry. fromEsriShape(java.nio.ByteBuffer buffer)
static OGCGeometry
OGCGeometry. fromGeoJson(java.lang.String string)
static OGCGeometry
OGCGeometry. fromJson(java.lang.String string)
static OGCGeometry
OGCGeometry. fromText(java.lang.String text)
OGCGeometry
OGCConcreteGeometryCollection. geometryN(int n)
abstract OGCGeometry
OGCGeometryCollection. geometryN(int n)
Returns the Nth geometry in this GeometryCollection.OGCGeometry
OGCMultiLineString. geometryN(int n)
OGCGeometry
OGCMultiPoint. geometryN(int n)
OGCGeometry
OGCMultiPolygon. geometryN(int n)
OGCGeometry
OGCConcreteGeometryCollection. intersection(OGCGeometry another)
OGCGeometry
OGCGeometry. intersection(OGCGeometry another)
OGCGeometry
OGCConcreteGeometryCollection. locateAlong(double mValue)
abstract OGCGeometry
OGCGeometry. locateAlong(double mValue)
OGCGeometry
OGCLineString. locateAlong(double mValue)
OGCGeometry
OGCMultiLineString. locateAlong(double mValue)
OGCGeometry
OGCMultiPoint. locateAlong(double mValue)
OGCGeometry
OGCMultiPolygon. locateAlong(double mValue)
OGCGeometry
OGCPoint. locateAlong(double mValue)
OGCGeometry
OGCPolygon. locateAlong(double mValue)
OGCGeometry
OGCConcreteGeometryCollection. locateBetween(double mStart, double mEnd)
abstract OGCGeometry
OGCGeometry. locateBetween(double mStart, double mEnd)
OGCGeometry
OGCLineString. locateBetween(double mStart, double mEnd)
OGCGeometry
OGCMultiLineString. locateBetween(double mStart, double mEnd)
OGCGeometry
OGCMultiPoint. locateBetween(double mStart, double mEnd)
OGCGeometry
OGCMultiPolygon. locateBetween(double mStart, double mEnd)
OGCGeometry
OGCPoint. locateBetween(double mStart, double mEnd)
OGCGeometry
OGCPolygon. locateBetween(double mStart, double mEnd)
OGCGeometry
OGCConcreteGeometryCollection. makeSimple()
makeSimpleRelaxed is not supported for the GeometryCollection instance.OGCGeometry
OGCGeometry. makeSimple()
Resolves topological issues in this geometry and makes it Simple according to OGC specification.OGCGeometry
OGCConcreteGeometryCollection. makeSimpleRelaxed(boolean forceProcessing)
makeSimpleRelaxed is not supported for the GeometryCollection instance.OGCGeometry
OGCGeometry. makeSimpleRelaxed(boolean forceProcessing)
Makes a simple geometry for Geodatabase.OGCGeometry
OGCGeometry. MakeSimpleRelaxed(boolean forceProcessing)
Deprecated.OGCGeometry
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.OGCGeometry
OGCLineString. reduceFromMulti()
OGCGeometry
OGCMultiLineString. reduceFromMulti()
OGCGeometry
OGCMultiPoint. reduceFromMulti()
OGCGeometry
OGCMultiPolygon. reduceFromMulti()
OGCGeometry
OGCPoint. reduceFromMulti()
OGCGeometry
OGCPolygon. reduceFromMulti()
private OGCGeometry
OGCGeometry. simplifyBunch_(GeometryCursor gc)
OGCGeometry
OGCConcreteGeometryCollection. symDifference(OGCGeometry another)
OGCGeometry
OGCGeometry. symDifference(OGCGeometry another)
OGCGeometry
OGCGeometry. union(OGCGeometry another)
Methods in com.esri.core.geometry.ogc with parameters of type OGCGeometry Modifier and Type Method Description boolean
OGCConcreteGeometryCollection. contains(OGCGeometry another)
boolean
OGCGeometry. contains(OGCGeometry another)
boolean
OGCConcreteGeometryCollection. crosses(OGCGeometry another)
boolean
OGCGeometry. crosses(OGCGeometry another)
OGCGeometry
OGCConcreteGeometryCollection. difference(OGCGeometry another)
OGCGeometry
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.OGCGeometry
OGCConcreteGeometryCollection. intersection(OGCGeometry another)
OGCGeometry
OGCGeometry. intersection(OGCGeometry another)
boolean
OGCGeometry. intersects(OGCGeometry another)
boolean
OGCConcreteGeometryCollection. overlaps(OGCGeometry another)
boolean
OGCGeometry. overlaps(OGCGeometry another)
boolean
OGCConcreteGeometryCollection. relate(OGCGeometry another, java.lang.String matrix)
boolean
OGCGeometry. relate(OGCGeometry another, java.lang.String matrix)
OGCGeometry
OGCConcreteGeometryCollection. symDifference(OGCGeometry another)
OGCGeometry
OGCGeometry. symDifference(OGCGeometry another)
private static OGCConcreteGeometryCollection
OGCConcreteGeometryCollection. toGeometryCollection(OGCGeometry geometry)
boolean
OGCConcreteGeometryCollection. touches(OGCGeometry another)
boolean
OGCGeometry. touches(OGCGeometry another)
OGCGeometry
OGCGeometry. union(OGCGeometry another)
boolean
OGCGeometry. within(OGCGeometry another)
Constructors in com.esri.core.geometry.ogc with parameters of type OGCGeometry Constructor Description OGCConcreteGeometryCollection(OGCGeometry geom, SpatialReference sr)
Constructor parameters in com.esri.core.geometry.ogc with type arguments of type OGCGeometry Constructor Description GeometryCursorOGC(java.util.List<OGCGeometry> geoms)
OGCConcreteGeometryCollection(java.util.List<OGCGeometry> geoms, SpatialReference sr)
-