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 classOGCConcreteGeometryCollectionclassOGCCurveclassOGCGeometryCollectionclassOGCLinearRingclassOGCLineStringclassOGCMultiCurveclassOGCMultiLineStringclassOGCMultiPointclassOGCMultiPolygonclassOGCMultiSurfaceclassOGCPointclassOGCPolygonclassOGCSurfaceFields in com.esri.core.geometry.ogc with type parameters of type OGCGeometry Modifier and Type Field Description (package private) java.util.List<OGCGeometry>OGCConcreteGeometryCollection. geometriesprivate java.util.List<OGCGeometry>OGCConcreteGeometryCollection.GeometryCursorOGC. m_geomsMethods in com.esri.core.geometry.ogc that return OGCGeometry Modifier and Type Method Description OGCGeometryOGCConcreteGeometryCollection. boundary()OGCGeometryOGCCurve. boundary()abstract OGCGeometryOGCGeometry. boundary()OGCGeometryOGCMultiLineString. boundary()OGCGeometryOGCMultiPoint. boundary()OGCGeometryOGCMultiPolygon. boundary()OGCGeometryOGCPoint. boundary()OGCGeometryOGCGeometry. buffer(double distance)OGCGeometryOGCGeometry. centroid()OGCGeometryOGCConcreteGeometryCollection. convertToMulti()abstract OGCGeometryOGCGeometry. convertToMulti()Converts this Geometry to the OGCMulti* if it is not OGCMulti* or OGCGeometryCollection already.OGCGeometryOGCLineString. convertToMulti()OGCGeometryOGCMultiLineString. convertToMulti()OGCGeometryOGCMultiPoint. convertToMulti()OGCGeometryOGCMultiPolygon. convertToMulti()OGCGeometryOGCPoint. convertToMulti()OGCGeometryOGCPolygon. convertToMulti()OGCGeometryOGCConcreteGeometryCollection. convexHull()OGCGeometryOGCGeometry. 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)OGCGeometryOGCConcreteGeometryCollection. difference(OGCGeometry another)OGCGeometryOGCGeometry. difference(OGCGeometry another)OGCGeometryOGCConcreteGeometryCollection. envelope()OGCGeometryOGCGeometry. envelope()static OGCGeometryOGCGeometry. fromBinary(java.nio.ByteBuffer binary)static OGCGeometryOGCGeometry. fromEsriShape(java.nio.ByteBuffer buffer)static OGCGeometryOGCGeometry. fromGeoJson(java.lang.String string)static OGCGeometryOGCGeometry. fromJson(java.lang.String string)static OGCGeometryOGCGeometry. fromText(java.lang.String text)OGCGeometryOGCConcreteGeometryCollection. geometryN(int n)abstract OGCGeometryOGCGeometryCollection. geometryN(int n)Returns the Nth geometry in this GeometryCollection.OGCGeometryOGCMultiLineString. geometryN(int n)OGCGeometryOGCMultiPoint. geometryN(int n)OGCGeometryOGCMultiPolygon. geometryN(int n)OGCGeometryOGCConcreteGeometryCollection. intersection(OGCGeometry another)OGCGeometryOGCGeometry. intersection(OGCGeometry another)OGCGeometryOGCConcreteGeometryCollection. locateAlong(double mValue)abstract OGCGeometryOGCGeometry. locateAlong(double mValue)OGCGeometryOGCLineString. locateAlong(double mValue)OGCGeometryOGCMultiLineString. locateAlong(double mValue)OGCGeometryOGCMultiPoint. locateAlong(double mValue)OGCGeometryOGCMultiPolygon. locateAlong(double mValue)OGCGeometryOGCPoint. locateAlong(double mValue)OGCGeometryOGCPolygon. locateAlong(double mValue)OGCGeometryOGCConcreteGeometryCollection. locateBetween(double mStart, double mEnd)abstract OGCGeometryOGCGeometry. locateBetween(double mStart, double mEnd)OGCGeometryOGCLineString. locateBetween(double mStart, double mEnd)OGCGeometryOGCMultiLineString. locateBetween(double mStart, double mEnd)OGCGeometryOGCMultiPoint. locateBetween(double mStart, double mEnd)OGCGeometryOGCMultiPolygon. locateBetween(double mStart, double mEnd)OGCGeometryOGCPoint. locateBetween(double mStart, double mEnd)OGCGeometryOGCPolygon. locateBetween(double mStart, double mEnd)OGCGeometryOGCConcreteGeometryCollection. makeSimple()makeSimpleRelaxed is not supported for the GeometryCollection instance.OGCGeometryOGCGeometry. makeSimple()Resolves topological issues in this geometry and makes it Simple according to OGC specification.OGCGeometryOGCConcreteGeometryCollection. makeSimpleRelaxed(boolean forceProcessing)makeSimpleRelaxed is not supported for the GeometryCollection instance.OGCGeometryOGCGeometry. makeSimpleRelaxed(boolean forceProcessing)Makes a simple geometry for Geodatabase.OGCGeometryOGCGeometry. MakeSimpleRelaxed(boolean forceProcessing)Deprecated.OGCGeometryOGCConcreteGeometryCollection. 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.OGCGeometryOGCLineString. reduceFromMulti()OGCGeometryOGCMultiLineString. reduceFromMulti()OGCGeometryOGCMultiPoint. reduceFromMulti()OGCGeometryOGCMultiPolygon. reduceFromMulti()OGCGeometryOGCPoint. reduceFromMulti()OGCGeometryOGCPolygon. reduceFromMulti()private OGCGeometryOGCGeometry. simplifyBunch_(GeometryCursor gc)OGCGeometryOGCConcreteGeometryCollection. symDifference(OGCGeometry another)OGCGeometryOGCGeometry. symDifference(OGCGeometry another)OGCGeometryOGCGeometry. union(OGCGeometry another)Methods in com.esri.core.geometry.ogc with parameters of type OGCGeometry Modifier and Type Method Description booleanOGCConcreteGeometryCollection. contains(OGCGeometry another)booleanOGCGeometry. contains(OGCGeometry another)booleanOGCConcreteGeometryCollection. crosses(OGCGeometry another)booleanOGCGeometry. crosses(OGCGeometry another)OGCGeometryOGCConcreteGeometryCollection. difference(OGCGeometry another)OGCGeometryOGCGeometry. 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.OGCGeometryOGCConcreteGeometryCollection. intersection(OGCGeometry another)OGCGeometryOGCGeometry. intersection(OGCGeometry another)booleanOGCGeometry. intersects(OGCGeometry another)booleanOGCConcreteGeometryCollection. overlaps(OGCGeometry another)booleanOGCGeometry. overlaps(OGCGeometry another)booleanOGCConcreteGeometryCollection. relate(OGCGeometry another, java.lang.String matrix)booleanOGCGeometry. relate(OGCGeometry another, java.lang.String matrix)OGCGeometryOGCConcreteGeometryCollection. symDifference(OGCGeometry another)OGCGeometryOGCGeometry. symDifference(OGCGeometry another)private static OGCConcreteGeometryCollectionOGCConcreteGeometryCollection. toGeometryCollection(OGCGeometry geometry)booleanOGCConcreteGeometryCollection. touches(OGCGeometry another)booleanOGCGeometry. touches(OGCGeometry another)OGCGeometryOGCGeometry. union(OGCGeometry another)booleanOGCGeometry. 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)
-