Getting Random “out of bounds” Errors Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Using annotation layer inside group layer without getting error adding element?Set Extents of MXD to new layer data source?Getting the name of the mxd using pythonSelecting raster values at random locations in a raster in python/arcgisCreate feature task could not be completed because coordinates or measures are out of bounds?Understanding arcpy.Describe IOError?Unable to draw shape after shapefile mergeArcMap Time enabled raster catalog greyed out rasterWhy is the mxd property “Pathnames” disabled?Spatial Join has Merge Rule Delimiter greyed out
Should I discuss the type of campaign with my players?
Bete Noir -- no dairy
3 doors, three guards, one stone
How does debian/ubuntu knows a package has a updated version
51k Euros annually for a family of 4 in Berlin: Is it enough?
How do pianists reach extremely loud dynamics?
Denied boarding although I have proper visa and documentation. To whom should I make a complaint?
Why didn't this character "real die" when they blew their stack out in Altered Carbon?
How to answer "Have you ever been terminated?"
Is it ethical to give a final exam after the professor has quit before teaching the remaining chapters of the course?
Identifying polygons that intersect with another layer using QGIS?
Should I use a zero-interest credit card for a large one-time purchase?
Using audio cues to encourage good posture
Abandoning the Ordinary World
Extract all GPU name, model and GPU ram
What's the purpose of writing one's academic biography in the third person?
What's the meaning of 間時肆拾貳 at a car parking sign
Fundamental Solution of the Pell Equation
What is the role of the transistor and diode in a soft start circuit?
Coloring maths inside a tcolorbox
Single word antonym of "flightless"
How to find all the available tools in mac terminal?
Seeking colloquialism for “just because”
How to react to hostile behavior from a senior developer?
Getting Random “out of bounds” Errors
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Using annotation layer inside group layer without getting error adding element?Set Extents of MXD to new layer data source?Getting the name of the mxd using pythonSelecting raster values at random locations in a raster in python/arcgisCreate feature task could not be completed because coordinates or measures are out of bounds?Understanding arcpy.Describe IOError?Unable to draw shape after shapefile mergeArcMap Time enabled raster catalog greyed out rasterWhy is the mxd property “Pathnames” disabled?Spatial Join has Merge Rule Delimiter greyed out
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am adding features to a layer that has an extent the size of a state. Randomly when I add a feature I get an "out of bounds" error. As you can see in the snapshot below, I have added some lines in yellow. When I try to add another one in between the yellow lines I get the "out of bounds" error. Anyone know why i'm getting this random error?
Edit: Ok, so I used ArcCatalog to re-create my extents. This did not work either. I could actually draw a box and a line inside the box would give me an error. I then created a new MXD and added the layer and it is working fine. I think there is something wrong with the MXD. I have been using that same file for years, so I'm going to start working in the new file and see if I get the problem again.
arcgis-desktop
add a comment |
I am adding features to a layer that has an extent the size of a state. Randomly when I add a feature I get an "out of bounds" error. As you can see in the snapshot below, I have added some lines in yellow. When I try to add another one in between the yellow lines I get the "out of bounds" error. Anyone know why i'm getting this random error?
Edit: Ok, so I used ArcCatalog to re-create my extents. This did not work either. I could actually draw a box and a line inside the box would give me an error. I then created a new MXD and added the layer and it is working fine. I think there is something wrong with the MXD. I have been using that same file for years, so I'm going to start working in the new file and see if I get the problem again.
arcgis-desktop
1
Welcome to StackExchange, Will. What have you tried so far? There's a technical article about this error that has some steps to try. support.esri.com/en/technical-article/000012800
– smiller
Apr 9 at 20:40
add a comment |
I am adding features to a layer that has an extent the size of a state. Randomly when I add a feature I get an "out of bounds" error. As you can see in the snapshot below, I have added some lines in yellow. When I try to add another one in between the yellow lines I get the "out of bounds" error. Anyone know why i'm getting this random error?
Edit: Ok, so I used ArcCatalog to re-create my extents. This did not work either. I could actually draw a box and a line inside the box would give me an error. I then created a new MXD and added the layer and it is working fine. I think there is something wrong with the MXD. I have been using that same file for years, so I'm going to start working in the new file and see if I get the problem again.
arcgis-desktop
I am adding features to a layer that has an extent the size of a state. Randomly when I add a feature I get an "out of bounds" error. As you can see in the snapshot below, I have added some lines in yellow. When I try to add another one in between the yellow lines I get the "out of bounds" error. Anyone know why i'm getting this random error?
Edit: Ok, so I used ArcCatalog to re-create my extents. This did not work either. I could actually draw a box and a line inside the box would give me an error. I then created a new MXD and added the layer and it is working fine. I think there is something wrong with the MXD. I have been using that same file for years, so I'm going to start working in the new file and see if I get the problem again.
arcgis-desktop
arcgis-desktop
edited Apr 11 at 13:50
Will
asked Apr 9 at 19:56
WillWill
11
11
1
Welcome to StackExchange, Will. What have you tried so far? There's a technical article about this error that has some steps to try. support.esri.com/en/technical-article/000012800
– smiller
Apr 9 at 20:40
add a comment |
1
Welcome to StackExchange, Will. What have you tried so far? There's a technical article about this error that has some steps to try. support.esri.com/en/technical-article/000012800
– smiller
Apr 9 at 20:40
1
1
Welcome to StackExchange, Will. What have you tried so far? There's a technical article about this error that has some steps to try. support.esri.com/en/technical-article/000012800
– smiller
Apr 9 at 20:40
Welcome to StackExchange, Will. What have you tried so far? There's a technical article about this error that has some steps to try. support.esri.com/en/technical-article/000012800
– smiller
Apr 9 at 20:40
add a comment |
1 Answer
1
active
oldest
votes
I get this problem sometimes as well. Not sure what causes it but my solution is to create a new line feature class and import all the fields from the original one. Start an edit session, then select all the lines from the original and copy/paste them into the new one.
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f318284%2fgetting-random-out-of-bounds-errors%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
I get this problem sometimes as well. Not sure what causes it but my solution is to create a new line feature class and import all the fields from the original one. Start an edit session, then select all the lines from the original and copy/paste them into the new one.
add a comment |
I get this problem sometimes as well. Not sure what causes it but my solution is to create a new line feature class and import all the fields from the original one. Start an edit session, then select all the lines from the original and copy/paste them into the new one.
add a comment |
I get this problem sometimes as well. Not sure what causes it but my solution is to create a new line feature class and import all the fields from the original one. Start an edit session, then select all the lines from the original and copy/paste them into the new one.
I get this problem sometimes as well. Not sure what causes it but my solution is to create a new line feature class and import all the fields from the original one. Start an edit session, then select all the lines from the original and copy/paste them into the new one.
answered Apr 9 at 23:46
Kelly LyonsKelly Lyons
1
1
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f318284%2fgetting-random-out-of-bounds-errors%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
1
Welcome to StackExchange, Will. What have you tried so far? There's a technical article about this error that has some steps to try. support.esri.com/en/technical-article/000012800
– smiller
Apr 9 at 20:40