Opened 12 years ago
Closed 12 years ago
#2017 closed defect (worksforme)
GETCLASSDEFINITION can return empty content
Reported by: | jng | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 2.5 |
Component: | Map Agent | Version: | |
Severity: | critical | Keywords: | |
Cc: | External ID: |
Description
Try GETCLASSDEFINITION on:
Library://Samples/Sheboygan/Data/Parcels.FeatureSource SHP_Schema Parcels
Expect to see: The XML Schema fragment of the Parcels Class Definition Get instead: Nothing
Change History (3)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Milestone: | 2.4 → 2.5 |
---|
comment:3 by , 12 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Workaround (and for actual comparison) is to use DESCRIBEFEATURESCHEMA with the CLASSNAMES hint.
Using DESCRIBEFEATURESCHEMA on Library://Samples/Sheboygan/Data/Parcels.FeatureSource with:
SCHEMA: SHP_Schema CLASSNAMES: Parcels
Gives the expected class definition XML.