Exemplo n.º 1
0
 public AnyFeatureProxy([NotNull] IFeature feature, IGeometry shape,
                        [CanBeNull] UniqueId uniqueId)
     : base(feature, shape, uniqueId)
 {
 }
Exemplo n.º 2
0
 public PolycurveFeatureProxy(IFeature feature, IPolycurve shape,
                              [CanBeNull] UniqueId uniqueId)
     : base(feature, shape, uniqueId)
 {
 }
Exemplo n.º 3
0
 public MultiPatchFeatureProxy([NotNull] IFeature feature,
                               [NotNull] IMultiPatch shape,
                               [CanBeNull] UniqueId uniqueIdProvider)
     : base(feature, shape, uniqueIdProvider)
 {
 }