Uses of Class
de.terrestris.shoguncore.importer.communication.RESTAttribute
-
Packages that use RESTAttribute Package Description de.terrestris.shoguncore.importer.communication -
-
Uses of RESTAttribute in de.terrestris.shoguncore.importer.communication
Methods in de.terrestris.shoguncore.importer.communication that return types with arguments of type RESTAttribute Modifier and Type Method Description List<RESTAttribute>RESTLayer. getAttributes()Method parameters in de.terrestris.shoguncore.importer.communication with type arguments of type RESTAttribute Modifier and Type Method Description voidRESTLayer. setAttributes(List<RESTAttribute> attributes)Constructor parameters in de.terrestris.shoguncore.importer.communication with type arguments of type RESTAttribute Constructor Description RESTLayer(String name, String href, String title, String description, String originalName, String nativeName, String srs, RESTBoundingBox bbox, List<RESTAttribute> attributes, RESTStyle style)
-