public AbstractGeometry Remove(int index)
        {
            AbstractGeometry obj = AbstractGeometry[index];

            AbstractGeometry.Remove(obj);
            return(obj);
        }
 public bool Remove(AbstractGeometry obj)
 {
     return(AbstractGeometry.Remove(obj));
 }
 public IEnumerator GetEnumerator()
 {
     return(AbstractGeometry.GetEnumerator());
 }
 public void Clear()
 {
     AbstractGeometry.Clear();
 }
 public void Add(AbstractGeometry obj)
 {
     AbstractGeometry.Add(obj);
 }
 public bool Remove(AbstractGeometry obj)
 {
     return AbstractGeometry.Remove(obj);
 }
 public void Add(AbstractGeometry obj)
 {
     AbstractGeometry.Add(obj);
 }
示例#8
0
 public virtual void MakeSchemaCompliant()
 {
     AbstractGeometry.MakeSchemaCompliant();
     AbstractTimeObject.MakeSchemaCompliant();
 }
 public virtual void MakeSchemaCompliant()
 {
     AbstractGeometry.MakeSchemaCompliant();
     LocationKeyWord.MakeSchemaCompliant();
     LocationString.MakeSchemaCompliant();
 }
示例#10
0
 public virtual void MakeSchemaCompliant()
 {
     AbstractFeature.MakeSchemaCompliant();
     AbstractGeometry.MakeSchemaCompliant();
 }