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 OGCStructureMapOGCStructure. m_ogcStructureFields in com.esri.core.geometry with type parameters of type OGCStructure Modifier and Type Field Description java.util.List<OGCStructure>OGCStructure. m_structuresMethods in com.esri.core.geometry that return OGCStructure Modifier and Type Method Description abstract OGCStructureOperatorImportFromWkb. executeOGC(int importFlags, java.nio.ByteBuffer wkbBuffer, ProgressTracker progress_tracker)Performs the ImportFromWkb operation.OGCStructureOperatorImportFromWkbLocal. executeOGC(int importFlags, java.nio.ByteBuffer wkbBuffer, ProgressTracker progress_tracker)abstract OGCStructureOperatorImportFromWkt. executeOGC(int import_flags, java.lang.String wkt_string, ProgressTracker progress_tracker)Performs the ImportFromWkt operation.OGCStructureOperatorImportFromWktLocal. 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 OGCGeometryOGCGeometry. createFromOGCStructure(OGCStructure ogcStructure, SpatialReference sr)
-