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