Creating Multi-Part Polygons that touch internally using ArcGIS Desktop?Converting adjacent singlepart...

If a character has darkvision, can they see through an area of nonmagical darkness filled with lightly obscuring gas?

How do I color the graph in datavisualization?

Why did the Mercure fail?

Electoral considerations aside, what are potential benefits, for the US, of policy changes proposed by the tweet recognizing Golan annexation?

How to implement a feedback to keep the DC gain at zero for this conceptual passive filter?

Reverse int within the 32-bit signed integer range: [−2^31, 2^31 − 1]

C++ debug/print custom type with GDB : the case of nlohmann json library

What was this official D&D 3.5e Lovecraft-flavored rulebook?

What is the evidence for the "tyranny of the majority problem" in a direct democracy context?

Why is it that I can sometimes guess the next note?

On a tidally locked planet, would time be quantized?

How to indicate a cut out for a product window

"Spoil" vs "Ruin"

Is this toilet slogan correct usage of the English language?

Is there any references on the tensor product of presentable (1-)categories?

Not using 's' for he/she/it

Why electric field inside a cavity of a non-conducting sphere not zero?

Where does the bonus feat in the cleric starting package come from?

Aragorn's "guise" in the Orthanc Stone

Why can Carol Danvers change her suit colours in the first place?

Is it possible to put a rectangle as background in the author section?

Is there a name for this algorithm to calculate the concentration of a mixture of two solutions containing the same solute?

Did Swami Prabhupada reject Advaita?

Is it improper etiquette to ask your opponent what his/her rating is before the game?



Creating Multi-Part Polygons that touch internally using ArcGIS Desktop?


Converting adjacent singlepart polygons to multipart?Merging parcels but keeping Geometry separate in ArcGIS Desktop?Merge without dissolve in ArcGIS for Desktop?Finding parcel polygon features with frontage on multiple streets using ArcGIS Desktop?Space filling between random 2D linesMerging parcels but keeping Geometry separate in ArcGIS Desktop?Splitting multi-part polygon into single polygons using ArcGIS Desktop?How to quickly fill multiple gaps in a series of adjacent polygonsCutting polygons into smaller (more regular shape) chunksHow to merge single polygons to multi part polygons by maximum distances?Merge without dissolve in ArcGIS for Desktop?Identifying/exporting adjacent polygons in ArcGIS Desktop?Is there a “Merge Parts” tool in QGIS?













7















I have a set of parcels as illustrated in the image below. There are currently no multi-part features in dataset. What I would like to do is to merge (not the right word) all of the parcels with same address, say 421 for example. I want to have these three polygons as one multi-part polygon, that still has the same geometry, as in it doesn't dissolve the lines.



Image 1



When I have tried this thus far, the lines dissolve resulting in only the boundary being preserved.



Image 2



I feel like there is a super easy was to do this, but I can't find it. I have full access to ArcGIS Advanced and use it to manage the topology of this dataset.










share|improve this question




















  • 1





    I'm thinking that maybe managing a topology with lines and polygons can help fix this. Any thoughts?

    – Cody Brown
    Jun 8 '13 at 19:36
















7















I have a set of parcels as illustrated in the image below. There are currently no multi-part features in dataset. What I would like to do is to merge (not the right word) all of the parcels with same address, say 421 for example. I want to have these three polygons as one multi-part polygon, that still has the same geometry, as in it doesn't dissolve the lines.



Image 1



When I have tried this thus far, the lines dissolve resulting in only the boundary being preserved.



Image 2



I feel like there is a super easy was to do this, but I can't find it. I have full access to ArcGIS Advanced and use it to manage the topology of this dataset.










share|improve this question




















  • 1





    I'm thinking that maybe managing a topology with lines and polygons can help fix this. Any thoughts?

    – Cody Brown
    Jun 8 '13 at 19:36














7












7








7


1






I have a set of parcels as illustrated in the image below. There are currently no multi-part features in dataset. What I would like to do is to merge (not the right word) all of the parcels with same address, say 421 for example. I want to have these three polygons as one multi-part polygon, that still has the same geometry, as in it doesn't dissolve the lines.



Image 1



When I have tried this thus far, the lines dissolve resulting in only the boundary being preserved.



Image 2



I feel like there is a super easy was to do this, but I can't find it. I have full access to ArcGIS Advanced and use it to manage the topology of this dataset.










share|improve this question
















I have a set of parcels as illustrated in the image below. There are currently no multi-part features in dataset. What I would like to do is to merge (not the right word) all of the parcels with same address, say 421 for example. I want to have these three polygons as one multi-part polygon, that still has the same geometry, as in it doesn't dissolve the lines.



Image 1



When I have tried this thus far, the lines dissolve resulting in only the boundary being preserved.



Image 2



I feel like there is a super easy was to do this, but I can't find it. I have full access to ArcGIS Advanced and use it to manage the topology of this dataset.







arcgis-desktop polygon multipart parcel adjacency






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 1 min ago









PolyGeo

53.7k1781244




53.7k1781244










asked Jun 7 '13 at 20:08









Cody BrownCody Brown

2,44033366




2,44033366








  • 1





    I'm thinking that maybe managing a topology with lines and polygons can help fix this. Any thoughts?

    – Cody Brown
    Jun 8 '13 at 19:36














  • 1





    I'm thinking that maybe managing a topology with lines and polygons can help fix this. Any thoughts?

    – Cody Brown
    Jun 8 '13 at 19:36








1




1





I'm thinking that maybe managing a topology with lines and polygons can help fix this. Any thoughts?

– Cody Brown
Jun 8 '13 at 19:36





I'm thinking that maybe managing a topology with lines and polygons can help fix this. Any thoughts?

– Cody Brown
Jun 8 '13 at 19:36










1 Answer
1






active

oldest

votes


















5














I think this is an ideal candidate for an ArcGIS Idea (if there is not already one).



The Online Help for Multipart Polygons says (with my bolding):




Keep in mind that parts in a multipart polygon are spatially
separated
. They can touch each other at vertices, but they cannot
share edges
or overlap. When you are sketching a multipart polygon,
any parts that share an edge will be merged into a single part when
you finish the sketch. In addition, any overlap among parts will be
removed, leaving a hole in the polygon.




So it seems like you are hitting a limitation in the design of multipart polygon features within shapefiles and geodatabase feature classes.



Why that limitation is there I do not know because your use case seems like a valid one.






share|improve this answer





















  • 1





    I agree. Dang ESRI and it's limitations. Although I can't find a QGIS solution either. I'll post the link on here when I make an ArcGIS Idea on this.

    – Cody Brown
    Jun 8 '13 at 19:35






  • 3





    It's not an ESRI limitation, it's per the OGC Simple Feature Access Standard. *"boundaries of any 2 Polygons that are elements of a MultiPolygon may not 'cross' and may touch at only a finite number of Points," i.e., parts of a multipart polygon can't share an edge. * quote from GeoNet topic

    – user2856
    Sep 20 '15 at 10:23






  • 1





    However, such geometries can be expressed as an OGC simple feature by using GeometryCollection GEOMETRYCOLLECTION ( POLYGON (( 423 357, 423 358, 424 358, 424 357, 423 357 )), POLYGON (( 422 357, 422 358, 423 358, 423 357, 422 357 )), POLYGON (( 424 357, 424 358, 425 358, 425 357, 424 357 ))) They may not be supported in ArcGIS, though.

    – user30184
    Sep 20 '15 at 12:54













Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "79"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f63042%2fcreating-multi-part-polygons-that-touch-internally-using-arcgis-desktop%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









5














I think this is an ideal candidate for an ArcGIS Idea (if there is not already one).



The Online Help for Multipart Polygons says (with my bolding):




Keep in mind that parts in a multipart polygon are spatially
separated
. They can touch each other at vertices, but they cannot
share edges
or overlap. When you are sketching a multipart polygon,
any parts that share an edge will be merged into a single part when
you finish the sketch. In addition, any overlap among parts will be
removed, leaving a hole in the polygon.




So it seems like you are hitting a limitation in the design of multipart polygon features within shapefiles and geodatabase feature classes.



Why that limitation is there I do not know because your use case seems like a valid one.






share|improve this answer





















  • 1





    I agree. Dang ESRI and it's limitations. Although I can't find a QGIS solution either. I'll post the link on here when I make an ArcGIS Idea on this.

    – Cody Brown
    Jun 8 '13 at 19:35






  • 3





    It's not an ESRI limitation, it's per the OGC Simple Feature Access Standard. *"boundaries of any 2 Polygons that are elements of a MultiPolygon may not 'cross' and may touch at only a finite number of Points," i.e., parts of a multipart polygon can't share an edge. * quote from GeoNet topic

    – user2856
    Sep 20 '15 at 10:23






  • 1





    However, such geometries can be expressed as an OGC simple feature by using GeometryCollection GEOMETRYCOLLECTION ( POLYGON (( 423 357, 423 358, 424 358, 424 357, 423 357 )), POLYGON (( 422 357, 422 358, 423 358, 423 357, 422 357 )), POLYGON (( 424 357, 424 358, 425 358, 425 357, 424 357 ))) They may not be supported in ArcGIS, though.

    – user30184
    Sep 20 '15 at 12:54


















5














I think this is an ideal candidate for an ArcGIS Idea (if there is not already one).



The Online Help for Multipart Polygons says (with my bolding):




Keep in mind that parts in a multipart polygon are spatially
separated
. They can touch each other at vertices, but they cannot
share edges
or overlap. When you are sketching a multipart polygon,
any parts that share an edge will be merged into a single part when
you finish the sketch. In addition, any overlap among parts will be
removed, leaving a hole in the polygon.




So it seems like you are hitting a limitation in the design of multipart polygon features within shapefiles and geodatabase feature classes.



Why that limitation is there I do not know because your use case seems like a valid one.






share|improve this answer





















  • 1





    I agree. Dang ESRI and it's limitations. Although I can't find a QGIS solution either. I'll post the link on here when I make an ArcGIS Idea on this.

    – Cody Brown
    Jun 8 '13 at 19:35






  • 3





    It's not an ESRI limitation, it's per the OGC Simple Feature Access Standard. *"boundaries of any 2 Polygons that are elements of a MultiPolygon may not 'cross' and may touch at only a finite number of Points," i.e., parts of a multipart polygon can't share an edge. * quote from GeoNet topic

    – user2856
    Sep 20 '15 at 10:23






  • 1





    However, such geometries can be expressed as an OGC simple feature by using GeometryCollection GEOMETRYCOLLECTION ( POLYGON (( 423 357, 423 358, 424 358, 424 357, 423 357 )), POLYGON (( 422 357, 422 358, 423 358, 423 357, 422 357 )), POLYGON (( 424 357, 424 358, 425 358, 425 357, 424 357 ))) They may not be supported in ArcGIS, though.

    – user30184
    Sep 20 '15 at 12:54
















5












5








5







I think this is an ideal candidate for an ArcGIS Idea (if there is not already one).



The Online Help for Multipart Polygons says (with my bolding):




Keep in mind that parts in a multipart polygon are spatially
separated
. They can touch each other at vertices, but they cannot
share edges
or overlap. When you are sketching a multipart polygon,
any parts that share an edge will be merged into a single part when
you finish the sketch. In addition, any overlap among parts will be
removed, leaving a hole in the polygon.




So it seems like you are hitting a limitation in the design of multipart polygon features within shapefiles and geodatabase feature classes.



Why that limitation is there I do not know because your use case seems like a valid one.






share|improve this answer















I think this is an ideal candidate for an ArcGIS Idea (if there is not already one).



The Online Help for Multipart Polygons says (with my bolding):




Keep in mind that parts in a multipart polygon are spatially
separated
. They can touch each other at vertices, but they cannot
share edges
or overlap. When you are sketching a multipart polygon,
any parts that share an edge will be merged into a single part when
you finish the sketch. In addition, any overlap among parts will be
removed, leaving a hole in the polygon.




So it seems like you are hitting a limitation in the design of multipart polygon features within shapefiles and geodatabase feature classes.



Why that limitation is there I do not know because your use case seems like a valid one.







share|improve this answer














share|improve this answer



share|improve this answer








edited Sep 19 '15 at 23:05

























answered Jun 8 '13 at 8:25









PolyGeoPolyGeo

53.7k1781244




53.7k1781244








  • 1





    I agree. Dang ESRI and it's limitations. Although I can't find a QGIS solution either. I'll post the link on here when I make an ArcGIS Idea on this.

    – Cody Brown
    Jun 8 '13 at 19:35






  • 3





    It's not an ESRI limitation, it's per the OGC Simple Feature Access Standard. *"boundaries of any 2 Polygons that are elements of a MultiPolygon may not 'cross' and may touch at only a finite number of Points," i.e., parts of a multipart polygon can't share an edge. * quote from GeoNet topic

    – user2856
    Sep 20 '15 at 10:23






  • 1





    However, such geometries can be expressed as an OGC simple feature by using GeometryCollection GEOMETRYCOLLECTION ( POLYGON (( 423 357, 423 358, 424 358, 424 357, 423 357 )), POLYGON (( 422 357, 422 358, 423 358, 423 357, 422 357 )), POLYGON (( 424 357, 424 358, 425 358, 425 357, 424 357 ))) They may not be supported in ArcGIS, though.

    – user30184
    Sep 20 '15 at 12:54
















  • 1





    I agree. Dang ESRI and it's limitations. Although I can't find a QGIS solution either. I'll post the link on here when I make an ArcGIS Idea on this.

    – Cody Brown
    Jun 8 '13 at 19:35






  • 3





    It's not an ESRI limitation, it's per the OGC Simple Feature Access Standard. *"boundaries of any 2 Polygons that are elements of a MultiPolygon may not 'cross' and may touch at only a finite number of Points," i.e., parts of a multipart polygon can't share an edge. * quote from GeoNet topic

    – user2856
    Sep 20 '15 at 10:23






  • 1





    However, such geometries can be expressed as an OGC simple feature by using GeometryCollection GEOMETRYCOLLECTION ( POLYGON (( 423 357, 423 358, 424 358, 424 357, 423 357 )), POLYGON (( 422 357, 422 358, 423 358, 423 357, 422 357 )), POLYGON (( 424 357, 424 358, 425 358, 425 357, 424 357 ))) They may not be supported in ArcGIS, though.

    – user30184
    Sep 20 '15 at 12:54










1




1





I agree. Dang ESRI and it's limitations. Although I can't find a QGIS solution either. I'll post the link on here when I make an ArcGIS Idea on this.

– Cody Brown
Jun 8 '13 at 19:35





I agree. Dang ESRI and it's limitations. Although I can't find a QGIS solution either. I'll post the link on here when I make an ArcGIS Idea on this.

– Cody Brown
Jun 8 '13 at 19:35




3




3





It's not an ESRI limitation, it's per the OGC Simple Feature Access Standard. *"boundaries of any 2 Polygons that are elements of a MultiPolygon may not 'cross' and may touch at only a finite number of Points," i.e., parts of a multipart polygon can't share an edge. * quote from GeoNet topic

– user2856
Sep 20 '15 at 10:23





It's not an ESRI limitation, it's per the OGC Simple Feature Access Standard. *"boundaries of any 2 Polygons that are elements of a MultiPolygon may not 'cross' and may touch at only a finite number of Points," i.e., parts of a multipart polygon can't share an edge. * quote from GeoNet topic

– user2856
Sep 20 '15 at 10:23




1




1





However, such geometries can be expressed as an OGC simple feature by using GeometryCollection GEOMETRYCOLLECTION ( POLYGON (( 423 357, 423 358, 424 358, 424 357, 423 357 )), POLYGON (( 422 357, 422 358, 423 358, 423 357, 422 357 )), POLYGON (( 424 357, 424 358, 425 358, 425 357, 424 357 ))) They may not be supported in ArcGIS, though.

– user30184
Sep 20 '15 at 12:54







However, such geometries can be expressed as an OGC simple feature by using GeometryCollection GEOMETRYCOLLECTION ( POLYGON (( 423 357, 423 358, 424 358, 424 357, 423 357 )), POLYGON (( 422 357, 422 358, 423 358, 423 357, 422 357 )), POLYGON (( 424 357, 424 358, 425 358, 425 357, 424 357 ))) They may not be supported in ArcGIS, though.

– user30184
Sep 20 '15 at 12:54




















draft saved

draft discarded




















































Thanks for contributing an answer to Geographic Information Systems Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f63042%2fcreating-multi-part-polygons-that-touch-internally-using-arcgis-desktop%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Щит и меч (фильм) Содержание Названия серий | Сюжет |...

is 'sed' thread safeWhat should someone know about using Python scripts in the shell?Nexenta bash script uses...

Meter-Bus Содержание Параметры шины | Стандартизация |...