Uses of Class
net.anotheria.anosite.gen.asfeature.data.FeatureDocument
-
Packages that use FeatureDocument Package Description net.anotheria.anosite.gen.asfeature.data -
-
Uses of FeatureDocument in net.anotheria.anosite.gen.asfeature.data
Methods in net.anotheria.anosite.gen.asfeature.data that return FeatureDocument Modifier and Type Method Description FeatureDocumentModuleASFeature. createFeature(FeatureDocument feature)FeatureDocumentModuleASFeature. getFeature(java.lang.String id)FeatureDocumentModuleASFeature. importFeature(FeatureDocument feature)Methods in net.anotheria.anosite.gen.asfeature.data that return types with arguments of type FeatureDocument Modifier and Type Method Description java.util.List<FeatureDocument>ModuleASFeature. getFeatures()Methods in net.anotheria.anosite.gen.asfeature.data with parameters of type FeatureDocument Modifier and Type Method Description FeatureDocumentModuleASFeature. createFeature(FeatureDocument feature)FeatureDocumentModuleASFeature. importFeature(FeatureDocument feature)voidModuleASFeature. updateFeature(FeatureDocument feature)Constructors in net.anotheria.anosite.gen.asfeature.data with parameters of type FeatureDocument Constructor Description FeatureDocument(FeatureDocument toClone)
-