Uses of Class
org.opengis.example.parameter.SimpleParameter
-
Packages that use SimpleParameter Package Description org.opengis.example.parameter Implementation of some interfaces from theorg.opengis.parameterpackage. -
-
Uses of SimpleParameter in org.opengis.example.parameter
Fields in org.opengis.example.parameter with type parameters of type SimpleParameter Modifier and Type Field Description protected List<SimpleParameter>SimpleParameterGroup. parametersThe list of parameters included in this group.Methods in org.opengis.example.parameter that return SimpleParameter Modifier and Type Method Description SimpleParameterSimpleParameter. clone()Returns a copy of this parameter value.SimpleParameterSimpleParameter. createValue()Constructors in org.opengis.example.parameter with parameters of type SimpleParameter Constructor Description SimpleParameterGroup(Citation authority, String name, SimpleParameter... param)Creates a new parameter group of the given authority and name.
-