A Point is a geometry that represents a
        single location in coordinate space.
      
        Point
        Examples
      
            Imagine a large-scale map of the world with many cities. A
            Point object could represent each city.
          
            On a city map, a Point object could
            represent a bus stop.
          
        Point
        Properties
      
X-coordinate value.
Y-coordinate value.
            Point is defined as a zero-dimensional
            geometry.
          
            The boundary of a Point is the empty set.
          

User Comments
One small correction, a world map as indicated in the first example is a small-scale map. Remember a map's scale (map units/realworld units) is a dimensionless ratio. As the area shown on a map increases the real world units number increases (map units number is allways one) and the ratio gets smaller. The general rule of thumb to keep in mind is that a small-scale map covers a large area and a large-scale map covers a small area.
The second example would be a large-scale map.
Add your own comment.