Uses of Class
com.esri.core.geometry.OGCStructure
-
Packages that use OGCStructure Package Description com.esri.core.geometry com.esri.core.geometry.ogc -
-
Uses of OGCStructure in com.esri.core.geometry
Fields in com.esri.core.geometry declared as OGCStructure Modifier and Type Field Description OGCStructure
MapOGCStructure. m_ogcStructure
Fields in com.esri.core.geometry with type parameters of type OGCStructure Modifier and Type Field Description java.util.List<OGCStructure>
OGCStructure. m_structures
Methods in com.esri.core.geometry that return OGCStructure Modifier and Type Method Description abstract OGCStructure
OperatorImportFromWkb. executeOGC(int importFlags, java.nio.ByteBuffer wkbBuffer, ProgressTracker progress_tracker)
Performs the ImportFromWkb operation.OGCStructure
OperatorImportFromWkbLocal. executeOGC(int importFlags, java.nio.ByteBuffer wkbBuffer, ProgressTracker progress_tracker)
abstract OGCStructure
OperatorImportFromWkt. executeOGC(int import_flags, java.lang.String wkt_string, ProgressTracker progress_tracker)
Performs the ImportFromWkt operation.OGCStructure
OperatorImportFromWktLocal. executeOGC(int import_flags, java.lang.String wkt_string, ProgressTracker progress_tracker)
-
Uses of OGCStructure in com.esri.core.geometry.ogc
Methods in com.esri.core.geometry.ogc with parameters of type OGCStructure Modifier and Type Method Description static OGCGeometry
OGCGeometry. createFromOGCStructure(OGCStructure ogcStructure, SpatialReference sr)
-