Questions tagged [region]

Can refer to many different things depending on the use of other tags with it.

768 questions
6
votes
1 answer

Using SES on a different region from EC2 instance

The region my EC2 instance is in is not supported by SES, can I still somehow send emails through another region?
Matheus Simon
  • 668
  • 11
  • 34
6
votes
1 answer

Merge (Boolean Union) rectangular regions with integer accuracy

Given any number of intersection, disjoint and touching rectangles, how to find the (multiple) outline polylines? Rectangles are defined in pixel coordinates so they have integer accuracy, but they may be thousands of units large. I really need…
David Rutten
  • 4,716
  • 6
  • 43
  • 72
6
votes
2 answers

Determine adjacent regions in numpy array

I am looking for the following. I have a numpy array which is labeled as regions. The numpy array represents a segmented image. A region is a number of adjacent cells with the same value. Each region has its own unique value. A simplified version…
cf2
  • 581
  • 1
  • 7
  • 17
6
votes
2 answers

HBase regions automatic splitting using hbase.hregion.max.filesize

I'm using the cloudera distribution of HBase (hbase-0.94.6-cdh4.5.0) and the cloudera manager to set up all cluster's configurations. I have set up the following property for…
mpiffaretti
  • 281
  • 1
  • 4
  • 10
6
votes
1 answer

What is the difference between region activation and region RequestNavigate?

I use one region with 2 views. I have a ComboBox that let the user to select view in region. I have 2 questions: First question is what is the difference…
user436862
  • 867
  • 2
  • 15
  • 32
6
votes
1 answer

How to get to the max zoomlevel on iOS MKMapView

One of my apps uses the MKMapView at a very high (max) zoomLevel (high detail map) With the introduction of iOS7, I can't come nearly as close to the map as before. I am using the mapView setRegion: method for this. I have been running tests and…
6
votes
1 answer

WPF DataGrid not showing scrollbars and running out of visible area

Like others I have a DataGrid that is not showing scrollbars. What I think is unique to my situation is that I do not see a StackPanel anywhere in the visual or logical tree. I am using WPF Inspector to view the trees. I have tried various…
David
  • 63
  • 1
  • 1
  • 3
6
votes
4 answers

#region descriptions compiled into .exe in .net?

Are #region/#endregion directive "descriptions" compiled into the .EXE in .NET? I understand that comments are NOT, but I often chunk groups of code within a region and give it a useful description. I want to make sure these descriptions are not…
neoikon
  • 193
  • 1
  • 6
6
votes
2 answers

How Can I check programmatically app store region/country?

Is there a way to check it? I have an application URL, which I don't want to be opened expect if the user have a uk appstore. unfortunately, this application is available in many country, so when I put 'gb' on the link, it be redirected to the…
kayla08
  • 285
  • 3
  • 9
6
votes
1 answer

how to add imageView to javafx region element?

I would like to know how I can add ImageView Elements to a Region Element in JavaFx 2.1. Maybe I get the usage od this element wrong, but AFAIK it is a container for child elements as well. The Background is that I need an area of defined size…
Corsair
  • 1,044
  • 3
  • 10
  • 25
5
votes
1 answer

How can we know that map Coordinates are in current region or not in current region?

I am working on map view app.I want know that how we can identify that coordinates are in my current region(Map region that bound with screen) or outside of it. Thanks In Advance.
Nitin
  • 7,455
  • 2
  • 32
  • 51
5
votes
1 answer

Is it possible to use only region monitoring + GSM and to get not more than 5 km horizontalAccuracy?

I would like to share the info of my performed testing scenarios and to ask you to share your experience with region monitoring. So, I have registered two opposite regions (A and B) with 5 km radius and 1 km desiredAccuracy, with the 20 km distance…
Centurion
  • 14,106
  • 31
  • 105
  • 197
5
votes
3 answers

Delphi Region compiler directive - backwards compatible unit files?

Given the desire to use the useful Region compiler directive in unit files, what's the best approach to allow these same units from being used in previous versions of Delphi? There doesn't seem to be a 'decent' approach. (Desired IDE version is…
Darian Miller
  • 7,808
  • 3
  • 43
  • 62
5
votes
1 answer

List all Locale Identifiers and corresponding region text Swiftui

I would like to generate a list of all Locale identifiers for the user to select as a default. Similar to selecting the region in the standard settings. Thus I would like to generate a list that would contain e.g. "Australia", "Austria",…
Etienne
  • 89
  • 4
5
votes
3 answers

AWS config service - implement rule in all regions

I need to ensure policy compliance in AWS (e.g. Security Groups). I have done the same using AWS config service and lambda function. However - AWS config service is region specific so rule will need to be defined in all regions. This makes it…
dip
  • 75
  • 1
  • 5