Esempio n. 1
0
 public GeoShapePointTests(GeoCluster cluster) : base(cluster)
 {
 }
Esempio n. 2
0
        public GeoShapePolygonTests(GeoCluster cluster) : base(cluster)
        {
            var client = cluster.GetClient();

            _mosmanSuburb = client.Get <Suburb>(11681);
        }