<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SHAPE.area / length empty for sdo_geom data in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/shape-area-length-empty-for-sdo-geom-data/m-p/335718#M19079</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So essentially you are saying Wesley has no other option than to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Create two new fields in the business table of the Feature Classes to store the Area and Length (the ArcMap displayed Area and Length fields can not be used since they only exist as "virtual fields" in the returned query result &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;STRONG&gt;*** for SDO_GEOMETRY ***&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Populate these using for example the Calculate Geometry tool, or an equivalent Oracle Spatial SQL statement.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- From then on, possibly use database triggers to update the fields using Oracle Spatial SQL statements to cope with any changes in the Feature Classes geometries, to get the desired automation.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Aug 2013 17:40:10 GMT</pubDate>
    <dc:creator>MarcoBoeringa</dc:creator>
    <dc:date>2013-08-29T17:40:10Z</dc:date>
    <item>
      <title>SHAPE.area / length empty for sdo_geom data</title>
      <link>https://community.esri.com/t5/data-management-questions/shape-area-length-empty-for-sdo-geom-data/m-p/335709#M19070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I create a feature class from arccatalog using sdo_geom keyword. the feature class is created successfully and i can insert new data (via ArcMap by drawing it manually) and also i can view the data normally. But when I look&amp;nbsp; into shape.area and shape .length they are empty... &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Database: oracle 10.2.0.3, arcsde 10.0&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 05:15:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/shape-area-length-empty-for-sdo-geom-data/m-p/335709#M19070</guid>
      <dc:creator>HaniuHokkaido</dc:creator>
      <dc:date>2012-11-16T05:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: SHAPE.area / length empty for sdo_geom data</title>
      <link>https://community.esri.com/t5/data-management-questions/shape-area-length-empty-for-sdo-geom-data/m-p/335710#M19071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Shape.Area and Schape.Length are parts of st_geometry definition, if you're using sdo_geometry type geometry is stored in other tables in oracle, so this fields will stay empty.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Arek&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 06:38:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/shape-area-length-empty-for-sdo-geom-data/m-p/335710#M19071</guid>
      <dc:creator>ArkadiuszMatoszka</dc:creator>
      <dc:date>2012-11-16T06:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: SHAPE.area / length empty for sdo_geom data</title>
      <link>https://community.esri.com/t5/data-management-questions/shape-area-length-empty-for-sdo-geom-data/m-p/335711#M19072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks. you are exactly right.. ! i had the very same problem a couple of years ago.i forgot the reason why. but your answer refreshes my memory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you... &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 07:47:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/shape-area-length-empty-for-sdo-geom-data/m-p/335711#M19072</guid>
      <dc:creator>HaniuHokkaido</dc:creator>
      <dc:date>2012-11-16T07:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: SHAPE.area / length empty for sdo_geom data</title>
      <link>https://community.esri.com/t5/data-management-questions/shape-area-length-empty-for-sdo-geom-data/m-p/335712#M19073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If using sdo_geom, is there any way to get the SHAPE.AREA and SHAPE.LEN to populate correctly?&amp;nbsp; Yes, other fields could be added to store this geometry info., but I'd rather not do that if possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Wes&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 15:04:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/shape-area-length-empty-for-sdo-geom-data/m-p/335712#M19073</guid>
      <dc:creator>WesKing</dc:creator>
      <dc:date>2013-08-28T15:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: SHAPE.area / length empty for sdo_geom data</title>
      <link>https://community.esri.com/t5/data-management-questions/shape-area-length-empty-for-sdo-geom-data/m-p/335713#M19074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If using sdo_geom, is there any way to get the SHAPE.AREA and SHAPE.LEN to populate correctly?&amp;nbsp; Yes, other fields could be added to store this geometry info., but I'd rather not do that if possible.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Wes&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//005s00000027000000"&gt;Calculating area, length, and other geometric properties&lt;/A&gt;&lt;SPAN&gt; (10.1 Help)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 19:36:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/shape-area-length-empty-for-sdo-geom-data/m-p/335713#M19074</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2013-08-28T19:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: SHAPE.area / length empty for sdo_geom data</title>
      <link>https://community.esri.com/t5/data-management-questions/shape-area-length-empty-for-sdo-geom-data/m-p/335714#M19075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply Marco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think I did a poor job writing up my question.&amp;nbsp; I understand using "Calculate Geometry", but that can't be used on the SHAPE.AREA/SHAPE.LEN fields.&amp;nbsp; I would have to add additional fields to store the geometry, and then run "Calculate Geometry" on them at regular intervals.&amp;nbsp; I would like to take advantage of having the SHAPE.AREA/SHAPE.LEN fields and having them update automatically.&amp;nbsp; The problem is we are using SDO_GEOMETRY so this does not happen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was hoping someone knows of a way to make the SHAPE.AREA/SHAPE.LEN fields popolate and update automatically even if using SDO_GEOMETRY.&amp;nbsp; Maybe someone has found a way to "trick" Oracle to use these fields???&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope that clarifies my question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Wes&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 14:59:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/shape-area-length-empty-for-sdo-geom-data/m-p/335714#M19075</guid>
      <dc:creator>WesKing</dc:creator>
      <dc:date>2013-08-29T14:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: SHAPE.area / length empty for sdo_geom data</title>
      <link>https://community.esri.com/t5/data-management-questions/shape-area-length-empty-for-sdo-geom-data/m-p/335715#M19076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I was hoping someone knows of a way to make the SHAPE.AREA/SHAPE.LEN fields popolate and update automatically even if using SDO_GEOMETRY.&amp;nbsp; Maybe someone has found a way to "trick" Oracle to use these fields???&lt;BR /&gt;&lt;BR /&gt;I hope that clarifies my question.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Wes&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It does.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The "trick" is DBA work. Your DBA needs to set a so called &lt;/SPAN&gt;&lt;STRONG&gt;"trigger"&lt;/STRONG&gt;&lt;SPAN&gt; on these fields, and possibly create a database function and / or stored procedure to update the fields automatically each time a record changes. How that may interfere with ArcSDE, and if there are any risks involved (I guess limited to none considering these fields aren't updated as you noted), ESRI is in a better position to answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.oracle.com/cd/B28359_01/appdev.111/b28370/triggers.htm"&gt;Using Triggers&lt;/A&gt;&lt;SPAN&gt; (Oracle documentation)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 16:24:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/shape-area-length-empty-for-sdo-geom-data/m-p/335715#M19076</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2013-08-29T16:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: SHAPE.area / length empty for sdo_geom data</title>
      <link>https://community.esri.com/t5/data-management-questions/shape-area-length-empty-for-sdo-geom-data/m-p/335716#M19077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks again Marco!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We do use triggers on many fields and in the past used them on our own geometry fields.&amp;nbsp; We've changed things a lot lately to be in compliance with SDSFIE 3.0 standards and it has caused HAVOC!&amp;nbsp; Basically, now all the fields we used to have in spatial tables are now in stand-alone ancillary tables.&amp;nbsp; So our geometry fields are now in stand-alone tables...doesn't really make sense does it?&amp;nbsp; We're trying to work on these and many other issues too.&amp;nbsp; I've made a request to see if triggers will work on these fields and I'll post the results when we learn more.&amp;nbsp; I believe we hadn't tried this already because we may have thought since these are Arc generated fields and not "true" fields in the tables that triggers couldn't be used...that's just a guess though.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Until later,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Wes&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 16:57:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/shape-area-length-empty-for-sdo-geom-data/m-p/335716#M19077</guid>
      <dc:creator>WesKing</dc:creator>
      <dc:date>2013-08-29T16:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: SHAPE.area / length empty for sdo_geom data</title>
      <link>https://community.esri.com/t5/data-management-questions/shape-area-length-empty-for-sdo-geom-data/m-p/335717#M19078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is my understanding of the situation:&amp;nbsp; When ArcGIS Developers, who worked exclusively&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;with ArcInfo coverages previously, encountered SDE (for then is was so called), then were&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;disappointed that the LENGTH and AREA fields were unavailable as columns.&amp;nbsp; SDE has&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;always had the ability to return these properties, through a clever slight of hand during the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; query, so they started making use of it.&amp;nbsp; And when ArcSDE stated allowing SDO_GEOMETRY&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;storage, ran into incompatibilty.&amp;nbsp; SDO_GEOMETRY, while it allowed an accessor function&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to calculate it, didn't &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;store&lt;/SPAN&gt;&lt;SPAN&gt; these properties, and the run-time cost of calculation was fearsome.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So the decision was made to alter the SQL query with SDO_GEOMETRY storage so that&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; empty values were returned.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since you cannot alter ArcGIS source code, or intercept the SQL inside Oracle, there is no&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; way to generate these values without calculating them and carrying them as attributes on&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; the business table (and updating as necessary).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 17:07:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/shape-area-length-empty-for-sdo-geom-data/m-p/335717#M19078</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-08-29T17:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: SHAPE.area / length empty for sdo_geom data</title>
      <link>https://community.esri.com/t5/data-management-questions/shape-area-length-empty-for-sdo-geom-data/m-p/335718#M19079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So essentially you are saying Wesley has no other option than to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Create two new fields in the business table of the Feature Classes to store the Area and Length (the ArcMap displayed Area and Length fields can not be used since they only exist as "virtual fields" in the returned query result &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;STRONG&gt;*** for SDO_GEOMETRY ***&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Populate these using for example the Calculate Geometry tool, or an equivalent Oracle Spatial SQL statement.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- From then on, possibly use database triggers to update the fields using Oracle Spatial SQL statements to cope with any changes in the Feature Classes geometries, to get the desired automation.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 17:40:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/shape-area-length-empty-for-sdo-geom-data/m-p/335718#M19079</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2013-08-29T17:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: SHAPE.area / length empty for sdo_geom data</title>
      <link>https://community.esri.com/t5/data-management-questions/shape-area-length-empty-for-sdo-geom-data/m-p/335719#M19080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is another option: Ignore the useless linear degrees and square degrees values that&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;would have been returned for LENGTH and AREA with GEOGCS coordinate values. If these&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; attributes were meaningful in the context of the data (in meters, or km^2) they will have been&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;calculated and preserved elsewhere, and if they are needed, they would be needed the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;same, no matter the storage format.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 17:54:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/shape-area-length-empty-for-sdo-geom-data/m-p/335719#M19080</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-08-29T17:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: SHAPE.area / length empty for sdo_geom data</title>
      <link>https://community.esri.com/t5/data-management-questions/shape-area-length-empty-for-sdo-geom-data/m-p/335720#M19081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks to both of you!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Vince, can I ask for a little clarification on the "other option"; I don't understand how this would help.&amp;nbsp; Basically, since we are using SDO_GEOMETRY type the SHAPE.AREA/SHAPE.LEN fields are of no use to us...correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And since we are not "allowed" to add fields to the geometry table, it seems we would have to do as Marco stated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wes&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 18:47:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/shape-area-length-empty-for-sdo-geom-data/m-p/335720#M19081</guid>
      <dc:creator>WesKing</dc:creator>
      <dc:date>2013-08-29T18:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: SHAPE.area / length empty for sdo_geom data</title>
      <link>https://community.esri.com/t5/data-management-questions/shape-area-length-empty-for-sdo-geom-data/m-p/335721#M19082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;We do use triggers on many fields and in the past used them on our own geometry fields.&amp;nbsp; We've changed things a lot lately to be in compliance with SDSFIE 3.0 standards and it has caused HAVOC!&amp;nbsp; Basically, now all the fields we used to have in spatial tables are now in stand-alone ancillary tables.&amp;nbsp; So our geometry fields are now in stand-alone tables...doesn't really make sense does it?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just did a very brief and quick read-up on this standard as I am not familiar with it. To what extent are these changes really necessary? Physical (Geospatial Platform) constraints may limit to what is feasible or wise.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Funny, related to this, I encountered two contradicting figures in two official DoD PDFs:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.fgdc.gov/participation/coordination-group/meeting-minutes/2011/april/sdsfie-update-cg-20110419.pdf"&gt;http://www.fgdc.gov/participation/coordination-group/meeting-minutes/2011/april/sdsfie-update-cg-20110419.pdf&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.acq.osd.mil/ie/bei/disdi/factsheet_sdsfie.pdf"&gt;http://www.acq.osd.mil/ie/bei/disdi/factsheet_sdsfie.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Notice how the left figure shows a "Platform &lt;/SPAN&gt;&lt;STRONG&gt;Dependent&lt;/STRONG&gt;&lt;SPAN&gt;" implementation at the "Geospatial Technology Platform" level, while the right figure shows "Platform &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-style:italic;"&gt;In&lt;/SPAN&gt;dependent&lt;/STRONG&gt;&lt;SPAN&gt;" implementation. I do not immediately see how the implementation at that level could be "Platform Independent"...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This PDF that you undoubtedly know of is interesting in the context of (ArcGIS) implementation:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;How Will I Get My Data into a SDSFIE Geodatabase?&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="http://proceedings.esri.com/library/userconf/proc03/p0108.pdf"&gt;http://proceedings.esri.com/library/userconf/proc03/p0108.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EDIT:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ah, well, now noticed this is actually a very old 2002 PDF dealing with migration from coverages / shapefiles to a Geodatabase, not really relevant... although it does give some insight as to what you are talking about and background to the history of it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And these links seem more relevant and recent related to SDSFIE 3.0:&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;SDSFIE 3.0 Data Migration&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="http://www.acq.osd.mil/ie/download/disdi/presentations/SDSFIE3.0_Data_Migration.pdf"&gt;http://www.acq.osd.mil/ie/download/disdi/presentations/SDSFIE3.0_Data_Migration.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;An overview of the SDSFIE v2.6 to v3.0 migration process&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="http://www.esri.com/esri-news/arcuser/spring-2013/an-overview-of-the-sdsfie-v26-to-v30-migration-process"&gt;http://www.esri.com/esri-news/arcuser/spring-2013/an-overview-of-the-sdsfie-v26-to-v30-migration-process&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;ESRI Support for SDSFIE 3.0 Implementation&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="http://proceedings.esri.com/library/userconf/ieug09/papers/esri_support_for_sdsfie_nov2009_jay_cary.pdf"&gt;http://proceedings.esri.com/library/userconf/ieug09/papers/esri_support_for_sdsfie_nov2009_jay_cary.pdf&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 18:54:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/shape-area-length-empty-for-sdo-geom-data/m-p/335721#M19082</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2013-08-29T18:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: SHAPE.area / length empty for sdo_geom data</title>
      <link>https://community.esri.com/t5/data-management-questions/shape-area-length-empty-for-sdo-geom-data/m-p/335722#M19083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yeah, I see exactly what you're saying about the discrepancy, but I can't explain why.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically, we're provided the exact table structure for our spatial tables; specific to the decision makers decisions on how the tables should be structured.&amp;nbsp; We have no say in how what fields these tables will include.&amp;nbsp; They are designed to be specific for different feature classes though (i.e., buildings, natural resource surveys, power lines, etc. all have a custom fields but also have certain fields in common).&amp;nbsp; The ancillary tables that store the majority of attribute data is totally up to us how it is structured.&amp;nbsp; It's supposed to allow a certain amount of standardization (the spatial tables with a few "important" fields) in data storage, but also allow a large amount of customizability (is that a word?) (the ancillary tables with anything we decide is important.&amp;nbsp; And yes, it seems to be Arc specific.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I obviously gave the "short-and-sweet", but that's the gist of it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again, I do appreciate your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wes&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 21:29:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/shape-area-length-empty-for-sdo-geom-data/m-p/335722#M19083</guid>
      <dc:creator>WesKing</dc:creator>
      <dc:date>2013-08-29T21:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: SHAPE.area / length empty for sdo_geom data</title>
      <link>https://community.esri.com/t5/data-management-questions/shape-area-length-empty-for-sdo-geom-data/m-p/335723#M19084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;All I'll say on this is that:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) I understand why some folks want to standardize data capture&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) I've never seen a project be successful when they strive to meet&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;an arbitrary specification which can't be accurately populated -- The&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; success of a project should not be measured by the number of fields,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but by the ratio of the number of accurately completed cells to the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;total number of cells.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 22:02:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/shape-area-length-empty-for-sdo-geom-data/m-p/335723#M19084</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-08-29T22:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: SHAPE.area / length empty for sdo_geom data</title>
      <link>https://community.esri.com/t5/data-management-questions/shape-area-length-empty-for-sdo-geom-data/m-p/335724#M19085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Basically, we're provided the exact table structure for our spatial tables; specific to the decision makers decisions on how the tables should be structured.&amp;nbsp; We have no say in how what fields these tables will include.&amp;nbsp; They are designed to be specific for different feature classes though (i.e., buildings, natural resource surveys, power lines, etc. all have a custom fields but also have certain fields in common).&amp;nbsp; The ancillary tables that store the majority of attribute data is totally up to us how it is structured.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here in the Netherlands, we currently have a big project going on bearing similarities to the one in the U.S. It involves a standardization of large scale mapping (1:00 - 1:1000) across the entire country.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;They have taken a slightly different path though. Instead of standardizing the actual implementation of spatial or attribute storage at any given sites (we're talking about a few hundreds at municipal, provincial and country level that use a variety of CAD / GIS systems), they set up a support organization / facility that will hold the main database. The point where standardization takes place is the exchange of new or updated data. All organizations are forced to comply to an exchange standard, and there are very stringent, mostly automated, checks on spatial (e.g. topology) and attribute checks before delivered data is accepted and entered into the main database. Any data that fails will be rejected and must be repaired.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From the main database, a number of products will be delivered that all organizations will, by law, need to make use of internally. It is the "Gold" standard so to say. This means that exchange will be two-way. Data producers will also be data consumers for those parts of the main database they do not maintain themselves, and must have facilities to consume change updates (e.g. like in geodatabase replication).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently, this process is ongoing. Of course, it will be a headache to some, but all major CAD / GIS software vendors here in the Netherlands have committed to this process and are starting, and most already have, implemented tools to facilitate this "change update" process and creation of standard compliant GML exchange format with the main database facility organization.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What problems lie ahead no one can tell yet for sure, but I do know that one of the major players (a country wide governmental organization maintaining the highway system and river / coastal defences), has already been working with a similar "change update" process, storage of history, and stringent automated QC for years in combination with commercial data producers, and despite initial issues, have real world and extensive experience with this. This real world experience will probably pay off in this new project.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 06:55:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/shape-area-length-empty-for-sdo-geom-data/m-p/335724#M19085</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2013-08-30T06:55:50Z</dc:date>
    </item>
  </channel>
</rss>

