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