예제 #1
0
파일: S100gmlbase.cs 프로젝트: perro75/S100
 public Surface(gml.anyURI srsName, gml.positiveInteger srsDimension, gml.ID id) : base(srsName, srsDimension, id)
 {
 }
예제 #2
0
파일: S100gmlbase.cs 프로젝트: perro75/S100
 public Polygon(gml.anyURI srsName, gml.positiveInteger srsDimension, gml.ID id) : base(srsName, srsDimension, id)
 {
 }
예제 #3
0
파일: S100gmlbase.cs 프로젝트: perro75/S100
 public MultiPoint(gml.AggregationType aggregationType, gml.anyURI srsName, gml.positiveInteger srsDimension, gml.ID id) : base(aggregationType, srsName, srsDimension, id)
 {
 }
예제 #4
0
파일: S100gmlbase.cs 프로젝트: perro75/S100
 public CompositeCurve(gml.AggregationType aggregationType, gml.anyURI srsName, gml.positiveInteger srsDimension, gml.ID id) : base(aggregationType, srsName, srsDimension, id)
 {
 }
예제 #5
0
파일: S100gmlbase.cs 프로젝트: perro75/S100
 public invInformationAssociation(gml.ID id) : base(id)
 {
 }
예제 #6
0
파일: S100gmlbase.cs 프로젝트: perro75/S100
 public invFeatureAssociation(gml.ID id) : base(id)
 {
 }
예제 #7
0
파일: S100gmlbase.cs 프로젝트: perro75/S100
 public AbstractFeatureType(gml.ID id) : base(id)
 {
 }
예제 #8
0
파일: S100gmlbase.cs 프로젝트: perro75/S100
 public CurveType(gml.anyURI srsName, gml.positiveInteger srsDimension, gml.ID id) : base(srsName, srsDimension, id)
 {
 }
예제 #9
0
파일: S100gmlbase.cs 프로젝트: perro75/S100
 public AbstractInformationType(gml.ID id) : base(id)
 {
 }
예제 #10
0
파일: S100gmlbase.cs 프로젝트: perro75/S100
 public FeaturePropertyType(gml.ID id) : base(id)
 {
 }
예제 #11
0
파일: S100gmlbase.cs 프로젝트: perro75/S100
 public InverseInformationAssociationType(gml.ID id) : base(id)
 {
 }
예제 #12
0
파일: S100gmlbase.cs 프로젝트: perro75/S100
 public InformationPropertyType(gml.ID id) : base(id)
 {
 }
예제 #13
0
파일: S100gmlbase.cs 프로젝트: perro75/S100
 protected AbstractAttributeType(gml.ID id) : base(id)
 {
 }