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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassfinal classclassclassFields in com.esri.core.geometry.ogc with type parameters of type OGCGeometryModifier and TypeFieldDescription(package private) List<OGCGeometry> OGCConcreteGeometryCollection.geometriesprivate List<OGCGeometry> OGCConcreteGeometryCollection.GeometryCursorOGC.m_geomsMethods in com.esri.core.geometry.ogc that return OGCGeometryModifier and TypeMethodDescriptionOGCConcreteGeometryCollection.boundary()OGCCurve.boundary()abstract OGCGeometryOGCGeometry.boundary()OGCMultiLineString.boundary()OGCMultiPoint.boundary()OGCMultiPolygon.boundary()OGCPoint.boundary()OGCGeometry.buffer(double distance) OGCGeometry.centroid()OGCConcreteGeometryCollection.convertToMulti()abstract OGCGeometryOGCGeometry.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 OGCGeometryOGCGeometry.createFromEsriCursor(GeometryCursor gc, SpatialReference sr) Create an OGCGeometry instance from the GeometryCursor.static OGCGeometryOGCGeometry.createFromEsriCursor(GeometryCursor gc, SpatialReference sr, boolean skipEmpty) static OGCGeometryOGCGeometry.createFromEsriGeometry(Geometry geom, SpatialReference sr) static OGCGeometryOGCGeometry.createFromEsriGeometry(Geometry geom, SpatialReference sr, boolean multiType) static OGCGeometryOGCGeometry.createFromOGCStructure(OGCStructure ogcStructure, SpatialReference sr) OGCConcreteGeometryCollection.difference(OGCGeometry another) OGCGeometry.difference(OGCGeometry another) OGCConcreteGeometryCollection.envelope()OGCGeometry.envelope()static OGCGeometryOGCGeometry.fromBinary(ByteBuffer binary) static OGCGeometryOGCGeometry.fromEsriShape(ByteBuffer buffer) static OGCGeometryOGCGeometry.fromGeoJson(String string) static OGCGeometrystatic OGCGeometryOGCConcreteGeometryCollection.geometryN(int n) abstract OGCGeometryOGCGeometryCollection.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 OGCGeometryOGCGeometry.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 OGCGeometryOGCGeometry.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 OGCGeometryOGCGeometry.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 OGCGeometryOGCGeometry.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 TypeMethodDescriptionbooleanOGCConcreteGeometryCollection.contains(OGCGeometry another) booleanOGCGeometry.contains(OGCGeometry another) booleanOGCConcreteGeometryCollection.crosses(OGCGeometry another) booleanOGCGeometry.crosses(OGCGeometry another) OGCConcreteGeometryCollection.difference(OGCGeometry another) OGCGeometry.difference(OGCGeometry another) booleanOGCConcreteGeometryCollection.disjoint(OGCGeometry another) booleanOGCGeometry.disjoint(OGCGeometry another) doubleOGCConcreteGeometryCollection.distance(OGCGeometry another) doubleOGCGeometry.distance(OGCGeometry another) booleanOGCGeometry.equals(OGCGeometry another) Deprecated.booleanOGCConcreteGeometryCollection.Equals(OGCGeometry another) booleanOGCGeometry.Equals(OGCGeometry another) OGC equals.OGCConcreteGeometryCollection.intersection(OGCGeometry another) OGCGeometry.intersection(OGCGeometry another) booleanOGCGeometry.intersects(OGCGeometry another) booleanOGCConcreteGeometryCollection.overlaps(OGCGeometry another) booleanOGCGeometry.overlaps(OGCGeometry another) booleanOGCConcreteGeometryCollection.relate(OGCGeometry another, String matrix) booleanOGCGeometry.relate(OGCGeometry another, String matrix) OGCConcreteGeometryCollection.symDifference(OGCGeometry another) OGCGeometry.symDifference(OGCGeometry another) private static OGCConcreteGeometryCollectionOGCConcreteGeometryCollection.toGeometryCollection(OGCGeometry geometry) booleanOGCConcreteGeometryCollection.touches(OGCGeometry another) booleanOGCGeometry.touches(OGCGeometry another) OGCGeometry.union(OGCGeometry another) booleanOGCGeometry.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)