Uses of Interface
nl.b3p.formendpoint.resource.Feature
-
Packages that use Feature Package Description nl.b3p.formendpoint.controller nl.b3p.formendpoint.resource -
-
Uses of Feature in nl.b3p.formendpoint.controller
Classes in nl.b3p.formendpoint.controller with type parameters of type Feature Modifier and Type Interface Description interfaceFormController<E extends Feature>Methods in nl.b3p.formendpoint.controller that return Feature Modifier and Type Method Description FeatureFeatureController. get(String objectGuid)FeatureFeatureController. get(String featuretype, String objectGuid)FeatureUserLayerController. get(String objectGuid)FeatureFeatureController. save(Feature f, String parentId)FeatureUserLayerController. save(Feature feature, String parentId)FeatureFeatureController. update(String objectGuid, Feature feature)FeatureUserLayerController. update(String objectGuid, Feature feature)Methods in nl.b3p.formendpoint.controller that return types with arguments of type Feature Modifier and Type Method Description List<Feature>FeatureController. featuretypeOnPoint(String[] featureTypes, double x, double y, double scale)List<Feature>FeatureController. getAll()List<Feature>UserLayerController. getAll()org.springframework.data.domain.Page<Feature>UserLayerController. getAllPaged(org.springframework.data.domain.Pageable pageable)List<Feature>FeatureController. onPoint(double x, double y, double scale)List<Feature>UserLayerController. onPoint(double x, double y, double scale)Methods in nl.b3p.formendpoint.controller with parameters of type Feature Modifier and Type Method Description FeatureFeatureController. save(Feature f, String parentId)FeatureUserLayerController. save(Feature feature, String parentId)FeatureFeatureController. update(String objectGuid, Feature feature)FeatureUserLayerController. update(String objectGuid, Feature feature) -
Uses of Feature in nl.b3p.formendpoint.resource
Classes in nl.b3p.formendpoint.resource that implement Feature Modifier and Type Class Description classCultPlantingclassCultPlantingPlanningclassFreeFallDuctclassFreeFallDuctPlanningclassGrassclassGrassPlanningclassHedgeclassHedgePlanningclassMechanicalDuctclassMechanicalDuctPlanningclassNatPlantingclassNatPlantingPlanningclassPlanterclassPlanterPlanningclassRoadInspectionclassRoadsectionclassRoadsectionPlanningclassTreeclassTreeInspectionclassTreePlanningclassTreeSupportclassWellclassWellInspectionclassWellPlanningFields in nl.b3p.formendpoint.resource with type parameters of type Feature Modifier and Type Field Description static List<Feature>Feature. childrenMethods in nl.b3p.formendpoint.resource that return types with arguments of type Feature Modifier and Type Method Description List<Feature>CultPlanting. getChildren()default List<Feature>Feature. getChildren()List<Feature>FreeFallDuct. getChildren()List<Feature>Grass. getChildren()List<Feature>Hedge. getChildren()List<Feature>MechanicalDuct. getChildren()List<Feature>NatPlanting. getChildren()List<Feature>Planter. getChildren()List<Feature>RoadInspection. getChildren()List<Feature>Roadsection. getChildren()List<Feature>RoadsectionPlanning. getChildren()List<Feature>Tree. getChildren()List<Feature>Well. getChildren()
-